Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #178 from StefanScherer/add-app-vulns-flag
Browse files Browse the repository at this point in the history
Add flag to scan app vulnerabilities
  • Loading branch information
chris-crone authored Dec 11, 2021
2 parents 9ef288b + b99f578 commit e2f8c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type Options struct {
// NewProvider returns default provider options setup with the give options
func NewProvider(options ...Ops) (Options, error) {
provider := Options{
flags: []string{"container", "test"},
flags: []string{"container", "test", "--app-vulns"},
out: os.Stdout,
err: os.Stderr,
}
Expand Down

0 comments on commit e2f8c4d

Please # to comment.