Skip to content

Commit

Permalink
ci: enable osv-scanner call analysis (#4273)
Browse files Browse the repository at this point in the history
Signed-off-by: Shahar Harari <[email protected]>
  • Loading branch information
shahar-h authored Sep 18, 2024
1 parent ecd4817 commit eff9611
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ 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
--no-call-analysis=go
./
2 changes: 0 additions & 2 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
scan-args: |-
--skip-git
--recursive
--no-call-analysis=go
./
scan-pr:
Expand All @@ -44,5 +43,4 @@ jobs:
scan-args: |-
--skip-git
--recursive
--no-call-analysis=go
./

0 comments on commit eff9611

Please sign in to comment.