File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -102,3 +102,25 @@ jobs:
102
102
output : ' trivy-results.sarif'
103
103
exit-code : ' 1'
104
104
severity : ' CRITICAL,HIGH'
105
+
106
+ super-linter :
107
+ runs-on : ubuntu-latest
108
+ timeout-minutes : 60
109
+ permissions :
110
+ contents : read
111
+ packages : read
112
+ # To report GitHub Actions status checks
113
+ statuses : write
114
+ steps :
115
+ - uses : actions/checkout@v4
116
+ with :
117
+ # super-linter needs the full git history to get the
118
+ # list of files that changed across commits
119
+ fetch-depth : 0
120
+ - name : " Super-linter"
121
+ uses :
super-linter/super-linter/[email protected]
122
+ env :
123
+ # To report GitHub Actions status checks
124
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
125
+ DEFAULT_BRANCH : main
126
+ VALIDATE_BASH : true
You can’t perform that action at this time.
0 commit comments