Skip to content

Commit b9a4437

Browse files
committed
chore
1 parent 673bf83 commit b9a4437

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,17 @@ jobs:
127127
command: cves
128128
image: ${{ steps.meta.outputs.tags }}
129129
only-severities: critical,high
130-
sarif-file: sarif.output.json
131130
summary: true
131+
exit-code: true
132+
133+
- name: Analyze for all CVEs
134+
id: docker-scout-all-cves
135+
uses: docker/scout-action@v1
136+
with:
137+
command: cves
138+
image: ${{ steps.meta.outputs.tags }}
139+
summary: true
140+
sarif-file: sarif.output.json
132141

133142
- name: Upload SARIF result
134143
id: upload-sarif

0 commit comments

Comments
 (0)