Skip to content

Commit

Permalink
fix silly govulncheck defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jul 15, 2024
1 parent ec69db3 commit 43da691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var artifactsPath = "bin"
var Default = Test

// Govulncheck runs govulncheck.
func Govulncheck() error { return mageextras.Govulncheck("./...") }
func Govulncheck() error { return mageextras.Govulncheck("-scan", "package", "./...") }

// Snyk runs Snyk SCA.
func Snyk() error { return mageextras.SnykTest() }
Expand Down

0 comments on commit 43da691

Please sign in to comment.