Skip to content

Commit c0d2e29

Browse files
authored
Merge branch 'main' into support-infra-different-ns
2 parents 7a963e3 + f71fa99 commit c0d2e29

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

.github/workflows/license-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
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

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -37,10 +37,7 @@ jobs:
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
625625
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
626626
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
627627
github.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=
630630
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
631631
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
632632
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=

tools/osv-scanner/license-scan-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Ignore vulnerabilities on license scan
22
[[PackageOverrides]]
33
ecosystem = "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]]
88
name = "github.com/AdaLogics/go-fuzz-headers"

0 commit comments

Comments
 (0)