We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tfsec
The error should not be shown
shared
The text was updated successfully, but these errors were encountered:
@longnd As you added this feature, is this error expected? If yes, we can ignore it by using the following comment:
# tfsec:ignore:aws-iam-no-policy-wildcards resource "aws_iam_group_policy" "developer_allow_manage_own_credentials" { group = aws_iam_group.developer.name policy = local.allow_manage_own_credentials }
Sorry, something went wrong.
[#207] Fix: The tfsec fails due to aws-iam-no-policy-wildcards rule
8e08bcd
15f0330
[#207] Add comment
64aa951
Merge pull request #210 from nimblehq/bug/gh-207-tfsec-fails-aws-iam-…
4610fc1
…no-policy-wildcards-rule
Successfully merging a pull request may close this issue.
Issue
tfsec
:Expected
The error should not be shown
Steps to reproduce
tfsec
on theshared
folderThe text was updated successfully, but these errors were encountered: