File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 5353 env :
5454 ANSIBLE_CONFIG_FILE : ansible/.ansible-lint.yml
5555 ANSIBLE_DIRECTORY : ${{ inputs.ANSIBLE_DIRECTORY }}
56+ CHECKOV_FILE_NAME : checkov/.checkov.yaml
5657 DEFAULT_BRANCH : main
5758 GITHUB_TOKEN : ${{ github.token }}
5859 JAVA_FILE_NAME : java/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change 6565 env :
6666 ANSIBLE_CONFIG_FILE : ansible/.ansible-lint.yml
6767 ANSIBLE_DIRECTORY : ${{ inputs.ANSIBLE_DIRECTORY }}
68+ CHECKOV_FILE_NAME : checkov/.checkov.yaml
6869 DEFAULT_BRANCH : main
6970 FILTER_REGEX_EXCLUDE : " ${{ inputs.FILTER_REGEX_EXCLUDE }}"
7071 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1+ ---
2+ # Don't report passed checks in output
3+ quiet : true
4+
5+ # Skip specific checks by their Checkov ID
6+ skip-check :
7+ - CKV2_GHA_1 # We want to allow top-level GH Actions permissions to be write-all
You can’t perform that action at this time.
0 commit comments