23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
25
25
- name : Run Trivy vulnerability scanner
26
- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37
26
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
27
27
with :
28
28
image-ref : ' ${{ vars.GREENBONE_REGISTRY }}/opensight/opensight-postgres:16'
29
29
format : ' template'
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
39
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
40
40
with :
41
41
sarif_file : ' trivy-results.sarif'
42
42
category : ${{ github.jobs[github.job].name }}
@@ -60,15 +60,15 @@ jobs:
60
60
password : ${{ secrets.GREENBONE_REGISTRY_READ_TOKEN }}
61
61
62
62
- name : Run the Anchore Grype scan action
63
- uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c
63
+ uses : anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3
64
64
id : grype
65
65
with :
66
66
image : ' ${{ vars.GREENBONE_REGISTRY }}/opensight/opensight-postgres:16'
67
67
fail-build : false
68
68
severity-cutoff : medium
69
69
70
70
- name : Upload grype vulnerability report
71
- uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
71
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
111
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
112
112
with :
113
113
sarif_file : sarif.output.json
114
114
category : ${{ github.jobs[github.job].name }}
0 commit comments