File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
TRIVY_PASSWORD : ${{ secrets.GREENBONE_REGISTRY_READ_TOKEN }}
37
37
38
38
- name : Upload Trivy scan results to GitHub Security tab
39
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
39
+ uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
40
40
with :
41
41
sarif_file : ' trivy-results.sarif'
42
42
category : ${{ github.jobs[github.job].name }}
68
68
severity-cutoff : medium
69
69
70
70
- name : Upload grype vulnerability report
71
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
71
+ uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
72
72
with :
73
73
sarif_file : ${{ steps.grype.outputs.sarif }}
74
74
category : ${{ github.jobs[github.job].name }}
@@ -108,7 +108,7 @@ jobs:
108
108
- name : Upload docker scout SARIF result
109
109
id : upload-sarif
110
110
if : ${{ github.event_name != 'pull_request_target' }}
111
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
111
+ uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
112
112
with :
113
113
sarif_file : sarif.output.json
114
114
category : ${{ github.jobs[github.job].name }}
You can’t perform that action at this time.
0 commit comments