You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran terrascan against my repo so I could add an annotation to skip the check on iam password policy, however the Rule ID returned by the tool does not align with the Rule ID present in the docs.
Output from terrascan:
Image 1:
Actual Rule ID in documentation:
Image 2:
What I Did
From terminal, I ran:
terrascan scan -v
It returned the output in Image 1 above.
Once I added the following annotation to the main.tf file:
#ts:skip=AWS.Iam.IAM.Low.0539
It successfully skipped the check:
Therefore, the Rule ID provided from terrascan scan -v is not the correct ID when compared to the documentation.
The text was updated successfully, but these errors were encountered:
Description
I ran terrascan against my repo so I could add an annotation to skip the check on iam password policy, however the Rule ID returned by the tool does not align with the Rule ID present in the docs.
Output from terrascan:
Image 1:
Actual Rule ID in documentation:
Image 2:
What I Did
From terminal, I ran:
terrascan scan -v
It returned the output in Image 1 above.
Once I added the following annotation to the main.tf file:
#ts:skip=AWS.Iam.IAM.Low.0539
It successfully skipped the check:
Therefore, the Rule ID provided from terrascan scan -v is not the correct ID when compared to the documentation.
The text was updated successfully, but these errors were encountered: