Skip to content

Commit

Permalink
APPSEC-1053 Validate S6648 ARM default value for secret (#3019)
Browse files Browse the repository at this point in the history
## Review

A dedicated reviewer checked the rule description successfully for:

- [ ] logical errors and incorrect information
- [ ] information gaps and missing content
- [ ] text style and tone
- [ ] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
  • Loading branch information
daniel-teuchert-sonarsource authored Sep 11, 2023
1 parent 8e2f026 commit 36f172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S6648/azureresourcemanager/how-to-fix-it/bicep.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ param secureStringWithDefaultValue string = 'S3CR3T' // Noncompliant
[source,bicep,diff-id=11,diff-type=compliant]
----
@secure()
param secureStringWithDefaultValue string
param secureString string
----

0 comments on commit 36f172f

Please sign in to comment.