Skip to content

Selectively suppress Azure.Deployment.SecureParameter #2526

Answered by BernieWhite
mderriey asked this question in Q&A
Discussion options

You must be logged in to vote

@mderriey You should be able to create a suppression group but this is also a bug so I'll raise one off this discussion. #2528

To create a suppression group the rule triggers off Microsoft.Resources/deployments (

# Synopsis: Use secure parameters for any parameter that contains sensitive information.
Rule 'Azure.Deployment.SecureParameter' -Ref 'AZR-000408' -Type 'Microsoft.Resources/deployments' -Tag @{ release = 'GA'; ruleSet = '2023_12'; 'Azure.WAF/pillar' = 'Security'; } {
GetSecureParameter -Deployment $TargetObject
}
) so your condition might look like t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BernieWhite
Comment options

@mderriey
Comment options

Answer selected by mderriey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants