Skip to content

Commit 5b5689d

Browse files
committed
ci: fixed typo
Signed-off-by: Frédéric BIDON <[email protected]>
1 parent 12e705f commit 5b5689d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/scanner.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
-
5959
id: govulncheck
6060
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
61-
output-format: sarif
62-
output-file: govulnscan-report.sarif
61+
with:
62+
output-format: sarif
63+
output-file: govulnscan-report.sarif
6364
-
6465
name: Upload govulnscan findings to code scanning dashboard
6566
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3

0 commit comments

Comments
 (0)