Skip to content

Commit

Permalink
add skip signatures validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcherbatyi committed Jun 23, 2024
1 parent 7cb71fe commit 9f08b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
with:
directory: ./tf-bootstrap
framework: terraform
skip_check: CKV_GIT_6

2 changes: 0 additions & 2 deletions tf-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ resource "github_branch_protection" "main" {
require_code_owner_reviews = true
required_approving_review_count = 2 # Updated to 2 approvals
}


}

# ==========================================
Expand Down

0 comments on commit 9f08b97

Please sign in to comment.