@@ -82,21 +82,22 @@ jobs:
82
82
with :
83
83
command : cves,sbom
84
84
image : ghcr.io/ammnt/angie:${{ env.APP_VERSION }}
85
- sarif-file : sarif.output .json
85
+ sarif-file : scout.report .json
86
86
summary : false
87
87
88
88
- name : Upload Docker Scout report📊
89
- uses : github/codeql-action/ upload-sarif@v3
89
+ uses : actions/ upload-artifact@v4.6.0
90
90
with :
91
- sarif_file : sarif.output.json
91
+ name : scout.report.json
92
+ path : " ${{ github.workspace }}/scout.report.json"
92
93
93
94
- name : Analyze image with Trivy💊
94
95
uses : aquasecurity/trivy-action@0.29.0
95
96
with :
96
97
image-ref : ghcr.io/ammnt/angie:${{ env.APP_VERSION }}
97
98
scan-type : image
98
99
format : " github"
99
- output : " dependency-results.sbom .json"
100
+ output : " trivy.report .json"
100
101
severity : " MEDIUM,HIGH,CRITICAL"
101
102
scanners : " vuln"
102
103
github-pat : ${{ secrets.GH_TOKEN }}
@@ -105,7 +106,7 @@ jobs:
105
106
uses : actions/upload-artifact@v4.6.0
106
107
with :
107
108
name : trivy.report.json
108
- path : " ${{ github.workspace }}/dependency-results.sbom .json"
109
+ path : " ${{ github.workspace }}/trivy.report .json"
109
110
110
111
- name : Analyze image with Grype💊
111
112
id : anchore
@@ -120,7 +121,7 @@ jobs:
120
121
- name : Upload Grype report📊
121
122
uses : actions/upload-artifact@v4.6.0
122
123
with :
123
- name : snyk .report.json
124
+ name : grype .report.json
124
125
path : " ${{ github.workspace }}/grype.report.json"
125
126
126
127
- name : Analyze image with Syft💊
@@ -161,7 +162,7 @@ jobs:
161
162
with :
162
163
image : ghcr.io/ammnt/angie:${{ env.APP_VERSION }}
163
164
format : " json"
164
- output : " result .json"
165
+ output : " dockle.report .json"
165
166
exit-code : " 1"
166
167
exit-level : " warn"
167
168
ignore : " CIS-DI-0010"
@@ -171,7 +172,7 @@ jobs:
171
172
if : always()
172
173
with :
173
174
name : dockle.report.json
174
- path : " ${{ github.workspace }}/result .json"
175
+ path : " ${{ github.workspace }}/dockle.report .json"
175
176
176
177
- name : Slim the Docker image🚀
177
178
uses : kitabisa/docker-slim-action@v1.2.0
0 commit comments