File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout code
19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
- name : Run scanner
21
- uses : google/osv-scanner-action/osv-scanner-action@19ec1116569a47416e11a45848722b1af31a857b # v1.9.0
21
+ uses : google/osv-scanner-action/osv-scanner-action@f8115f2f28022984d4e8070d2f0f85abcf6f3458 # v1.9.2
22
+ continue-on-error : true # remove this after https://github.com/google/deps.dev/issues/146 has been resolved
22
23
with :
23
24
scan-args : |-
24
25
--skip-git
Original file line number Diff line number Diff line change 21
21
if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@19ec1116569a47416e11a45848722b1af31a857b " # v1.9.0
24
+ - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@f8115f2f28022984d4e8070d2f0f85abcf6f3458 " # v1.9.2
25
25
with :
26
26
scan-args : |-
27
27
--skip-git
37
37
if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/setup-go@v5
41
- with :
42
- go-version : ' 1.23.4'
43
- - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
40
+ - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@f8115f2f28022984d4e8070d2f0f85abcf6f3458" # v1.9.2
44
41
with :
45
42
scan-args : |-
46
43
--skip-git
Original file line number Diff line number Diff line change 1
1
# Ignore vulnerabilities on license scan
2
2
[[PackageOverrides ]]
3
3
ecosystem = " Go"
4
- # TODO uncomment once osv-scanner-action is updated to v1.9.1
5
- # vulnerability.ignore = true
4
+
5
+ vulnerability.ignore = true
6
6
7
7
[[PackageOverrides ]]
8
8
name = " github.com/AdaLogics/go-fuzz-headers"
You can’t perform that action at this time.
0 commit comments