Skip to content

Commit 4b49cc8

Browse files
authored
Don't use --include-git-root option with osv-scanner (#1018)
The documentation wasn't clear on this; it makes it scan .git/, which seems unnecessary for us.
1 parent e465714 commit 4b49cc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/osv-scanner.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
scan-args: |-
8989
--format=json
9090
--output=old-results.json
91-
--include-git-root
9291
--recursive
9392
./
9493
@@ -106,7 +105,6 @@ jobs:
106105
scan-args: |-
107106
--format=json
108107
--output=new-results.json
109-
--include-git-root
110108
--recursive
111109
./
112110

0 commit comments

Comments
 (0)