Skip to content

Commit

Permalink
added Checkov skip with justification
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Oct 30, 2023
1 parent 5bce86b commit 3311ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iam.tf
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 3311ef1

Please sign in to comment.