diff --git a/dagryn.toml b/dagryn.toml index ed719a2..3f04b7a 100644 --- a/dagryn.toml +++ b/dagryn.toml @@ -77,7 +77,7 @@ timeout = "10m" [tasks.backend-vulnerability-scan] -command = "govulncheck -C ./... -json > gosec-report.json" +command = "govulncheck ./... -json > gosec-report.json" uses = ["setup-go", "golang-vul"] needs = ["backend-install", "backend-build"] inputs = ["**/*.go", "go.mod", "go.sum"]