Skip to content

Commit

Permalink
[SYNC] mcaf-github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Workflow Sync Bot committed Feb 20, 2024
1 parent 5f25d4f commit cceecc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,12 @@ jobs:
framework: terraform
output_format: sarif
quiet: true
skip_check: "CKV_GIT_5,CKV_TF_1"
skip_check: "CKV_GIT_5,CKV_GLB_1,CKV_TF_1"
soft_fail: false

### SKIP REASON ###
# Check | Description | Reason

# CKV_GIT_5 | Ensure GitHub pull requests have at least 2 approvals | We strive for at least 1 approval
# CKV_GLB_1 | Ensure at least two approving reviews are required to merge a GitLab MR | We strive for at least 1 approval
# CKV_TF_1 | Ensure Terraform module sources use a commit hash | We think this check is too restrictive and that versioning should be preferred over commit hash

0 comments on commit cceecc2

Please sign in to comment.