File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed
Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout code
1919 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 - 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
2223 with :
2324 scan-args : |-
2425 --skip-git
Original file line number Diff line number Diff line change 2121 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
2222 runs-on : ubuntu-latest
2323 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
2525 with :
2626 scan-args : |-
2727 --skip-git
3737 if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
3838 runs-on : ubuntu-latest
3939 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
4441 with :
4542 scan-args : |-
4643 --skip-git
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 github.com/google/go-containerregistry v0.20.2
3030 github.com/hashicorp/go-multierror v1.1.1
3131 github.com/miekg/dns v1.1.62
32- github.com/ohler55/ojg v1.25.0
32+ github.com/ohler55/ojg v1.25.1
3333 github.com/pkg/errors v0.9.1
3434 github.com/prometheus/client_golang v1.20.5
3535 github.com/prometheus/client_model v0.6.1
Original file line number Diff line number Diff line change @@ -625,8 +625,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
625625github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
626626github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78 =
627627github.com/nxadm/tail v1.4.4 /go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A =
628- github.com/ohler55/ojg v1.25.0 h1:sDwc4u4zex65Uz5Nm7O1QwDKTT+YRcpeZQTy1pffRkw =
629- github.com/ohler55/ojg v1.25.0 /go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o =
628+ github.com/ohler55/ojg v1.25.1 h1:PKZlzUtatXJKtLIehVejKJKgtr9NoOSkWm4SBr/Fgns =
629+ github.com/ohler55/ojg v1.25.1 /go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o =
630630github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
631631github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 /go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo =
632632github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
Original file line number Diff line number Diff line change 11# Ignore vulnerabilities on license scan
22[[PackageOverrides ]]
33ecosystem = " Go"
4- # TODO uncomment once osv-scanner-action is updated to v1.9.1
5- # vulnerability.ignore = true
4+
5+ vulnerability.ignore = true
66
77[[PackageOverrides ]]
88name = " github.com/AdaLogics/go-fuzz-headers"
You can’t perform that action at this time.
0 commit comments