File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ skip-check :
2+ - CKV2_GHA_1
Original file line number Diff line number Diff line change 1+ {
2+ "threshold" : 5
3+ }
Original file line number Diff line number Diff line change @@ -34,17 +34,21 @@ jobs:
3434 name : Lint
3535 runs-on : ubuntu-24.04
3636
37+ permissions :
38+ contents : read
39+ packages : read
40+ # To report GitHub Actions status checks
41+ statuses : write
42+
3743 steps :
3844 - name : Checkout repository
3945 uses : actions/checkout@v4
4046 with :
4147 fetch-depth : 0 # needed for super-linter
4248
4349 - name : Lint codebase
44- uses : github /super-linter@v5
50+ uses : super-linter /super-linter/slim@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3.0
4551 env :
46- VALIDATE_ALL_CODEBASE : false
47- DEFAULT_BRANCH : main
4852 IGNORE_GITIGNORED_FILES : true
4953 FILTER_REGEX_INCLUDE : .*src/.*, .*test/.*
5054 FILTER_REGEX_EXCLUDE : .*package-info.java
You can’t perform that action at this time.
0 commit comments