File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
109
109
with :
110
110
args : --severity-threshold=high
111
- sast-dockerfile -trivy-hadolint :
111
+ sast-iac -trivy-hadolint :
112
112
runs-on : ubuntu-latest
113
113
needs : build
114
114
steps :
@@ -123,7 +123,6 @@ jobs:
123
123
scan-type : config
124
124
scan-ref : ' ./'
125
125
exit-code : 1
126
- severity : ' CRITICAL,HIGH'
127
126
trivy-config : ./config/trivy/trivy.yaml
128
127
docker-build-push :
129
128
if : github.ref == 'refs/heads/main'
@@ -133,7 +132,7 @@ jobs:
133
132
- mutation-test
134
133
- dependency-vulnerability-analysis
135
134
- sast-code-snyk
136
- - sast-dockerfile -trivy-hadolint
135
+ - sast-iac -trivy-hadolint
137
136
steps :
138
137
- uses : actions/checkout@v4
139
138
with :
Original file line number Diff line number Diff line change 1
1
misconfiguration :
2
2
scanners :
3
- - dockerfile
3
+ - dockerfile
4
+ - helm
5
+ - kubernetes
6
+
7
+ severity :
8
+ - UNKNOWN
9
+ - LOW
10
+ - MEDIUM
11
+ - HIGH
12
+ - CRITICAL
You can’t perform that action at this time.
0 commit comments