Skip to content

Commit

Permalink
rename config file
Browse files Browse the repository at this point in the history
Signed-off-by: Shahar Harari <[email protected]>
  • Loading branch information
shahar-h committed Dec 12, 2024
1 parent 413f9d8 commit 3788db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
scan-args: |-
--skip-git
--experimental-licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib
--config tools/osv-scanner/license-scan-config.yaml
--config tools/osv-scanner/license-scan-config.toml
./
2 changes: 1 addition & 1 deletion tools/osv-scanner/license-scan-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[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

0 comments on commit 3788db8

Please sign in to comment.