Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump osv scanner to 1.9.2 #4956

Merged
merged 7 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run scanner
uses: google/osv-scanner-action/osv-scanner-action@19ec1116569a47416e11a45848722b1af31a857b # v1.9.0
uses: google/osv-scanner-action/osv-scanner-action@f8115f2f28022984d4e8070d2f0f85abcf6f3458 # v1.9.2
continue-on-error: true # remove this after https://github.com/google/deps.dev/issues/146 has been resolved

Check warning on line 22 in .github/workflows/license-scan.yml

View workflow job for this annotation

GitHub Actions / lint

22:31 [comments] too few spaces before comment

Check warning on line 22 in .github/workflows/license-scan.yml

View workflow job for this annotation

GitHub Actions / lint

22:31 [comments] too few spaces before comment

Check warning on line 22 in .github/workflows/license-scan.yml

View workflow job for this annotation

GitHub Actions / lint

22:31 [comments] too few spaces before comment
zhaohuabing marked this conversation as resolved.
Show resolved Hide resolved
with:
scan-args: |-
--skip-git
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
runs-on: ubuntu-latest
steps:
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@f8115f2f28022984d4e8070d2f0f85abcf6f3458" # v1.9.2
with:
scan-args: |-
--skip-git
Expand All @@ -37,10 +37,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23.4'
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@f8115f2f28022984d4e8070d2f0f85abcf6f3458" # v1.9.2
with:
scan-args: |-
--skip-git
Expand Down
4 changes: 2 additions & 2 deletions tools/osv-scanner/license-scan-config.toml
zhaohuabing marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ignore vulnerabilities on license scan
[[PackageOverrides]]
ecosystem = "Go"
# TODO uncomment once osv-scanner-action is updated to v1.9.1
# vulnerability.ignore = true

vulnerability.ignore = true

[[PackageOverrides]]
name = "github.com/AdaLogics/go-fuzz-headers"
Expand Down
Loading