Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port linter rule secure-params-in-nested-deploy #7741

Merged
merged 3 commits into from
Aug 2, 2022

Conversation

StephenWeatherford
Copy link
Contributor

@StephenWeatherford StephenWeatherford commented Jul 28, 2022

Fixes #7223

Microsoft Reviewers: Open in CodeFlow

@StephenWeatherford StephenWeatherford force-pushed the sw/linter-secure-nested2 branch 2 times, most recently from e121606 to c317dc3 Compare July 28, 2022 19:08
@@ -330,6 +330,20 @@
<data name="SecretsInParamsRule_MessageFormat" xml:space="preserve">
<value>Parameter '{0}' may represent a secret (according to its name) and must be declared with the '@secure()' attribute.</value>
</data>
<data name="SecureParamsInNestedDeployRule_Description" xml:space="preserve">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ucheNkadiCode Here are the strings if you'd like to review

@StephenWeatherford StephenWeatherford force-pushed the sw/linter-secure-nested2 branch from c317dc3 to 75fc5df Compare July 28, 2022 22:36
@StephenWeatherford StephenWeatherford force-pushed the sw/linter-secure-nested2 branch from 75fc5df to d8e65ea Compare July 28, 2022 22:40
Stephen Weatherford added 2 commits August 1, 2022 21:13
@StephenWeatherford StephenWeatherford merged commit 8e1e237 into main Aug 2, 2022
@StephenWeatherford StephenWeatherford deleted the sw/linter-secure-nested2 branch August 2, 2022 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port TTK rule P2: Secure-Params-In-Nested-Deployments.test.ps1
2 participants