Skip to content

Commit

Permalink
Change default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Sep 25, 2023
1 parent 0cacbc3 commit b6d73ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func main() {
flag.BoolVar(&disableS3Upload, "disable-s3-upload", false, "Disable uploading insights data to an s3 s3Bucket")
flag.BoolVar(&disableAPIIntegration, "disable-api-integration", false, "Disable insights data integration for the Lagoon API")
flag.BoolVar(&enableDebug, "debug", false, "Enable debugging output")
flag.BoolVar(&problemsFromSBOM, "problems-from-sbom", false, "Pass any SBOM through Grype")
flag.BoolVar(&problemsFromSBOM, "problems-from-sbom", true, "Pass any SBOM through Trivy")
flag.StringVar(&trivyServerEndpoint, "trivy-server-location", "http://localhost:4954", "Trivy server endpoint")

flag.Parse()
Expand Down

0 comments on commit b6d73ed

Please sign in to comment.