File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
with :
53
53
go-version-file : ' go.mod'
54
54
- name : Run Gosec Security Scanner
55
- uses : securego/gosec@43fee884f668c23601e0bec7a8c095fba226f889 # v2.22.1
55
+ uses : securego/gosec@136f6c00402b11775d4f4a45d5a21e2f6dd99db2 # v2.22.2
56
56
with :
57
57
args : ' -no-fail -fmt sarif -out gosec.sarif ./...'
58
58
- name : Upload SARIF file
Original file line number Diff line number Diff line change 28
28
- name : ko build
29
29
run : VERSION=${{ github.sha }} make ko-build-all
30
30
- name : Trivy Scan Image
31
- uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29 .0
31
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30 .0
32
32
with :
33
33
scan-type : ' fs'
34
34
ignore-unfixed : true
Original file line number Diff line number Diff line change 28
28
with :
29
29
build-cache-key : publish-images
30
30
- name : Run Trivy vulnerability (Repo)
31
- uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29 .0
31
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30 .0
32
32
with :
33
33
scan-type : ' fs'
34
34
ignore-unfixed : true
Original file line number Diff line number Diff line change 37
37
path : results.sarif
38
38
retention-days : 5
39
39
- name : Upload to code-scanning
40
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
40
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
41
41
with :
42
42
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments