Skip to content

Commit

Permalink
ci: ignore vulnerabilities on license scan (#4895)
Browse files Browse the repository at this point in the history
* ci: ignore vulnerabilities on license scan

Signed-off-by: Shahar Harari <[email protected]>

* remove space

Signed-off-by: Shahar Harari <[email protected]>

* remove osv-scanner.toml

Signed-off-by: Shahar Harari <[email protected]>

---------

Signed-off-by: Shahar Harari <[email protected]>
  • Loading branch information
shahar-h authored Dec 12, 2024
1 parent 7bb7624 commit f467007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +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
./
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Ignore vulnerabilities on license scan
[[PackageOverrides]]
ecosystem = "Go"
vulnerability.ignore = true

[[PackageOverrides]]
name = "github.com/AdaLogics/go-fuzz-headers"
version = "0.0.0-20230811130428-ced1acdcaa24"
Expand Down

0 comments on commit f467007

Please sign in to comment.