Skip to content

Commit 57e6b52

Browse files
authored
chore: bump osv scanner to 1.9.2 (#4956)
* docs: how to connect to an OIDC provider with a self-signed cert (#4889) update oidc docs Signed-off-by: Huabing Zhao <[email protected]> * remove override Signed-off-by: Huabing Zhao <[email protected]> * address comment Signed-off-by: Huabing Zhao <[email protected]> * continue on errors Signed-off-by: Huabing Zhao <[email protected]> * continue on errors Signed-off-by: Huabing Zhao <[email protected]> * add space Signed-off-by: Huabing Zhao <[email protected]> --------- Signed-off-by: Huabing Zhao <[email protected]>
1 parent c6d5a54 commit 57e6b52

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
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

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)