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

Added condition to clear checkov error CKV_AWS_358 #228

Merged
merged 6 commits into from
Oct 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added Checkov skip with justification
  • Loading branch information
dms1981 committed Oct 30, 2023
commit 3311ef1b5536a64e406d65ae843bfc930a43f14e
1 change: 1 addition & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resource "aws_iam_role" "github_actions" {
}

data "aws_iam_policy_document" "github_oidc_assume_role" {
#checkov:skip=CKV_AWS_358 "Skipping as this is controlled by variable validation"
version = "2012-10-17"

statement {
Expand Down
Loading