Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b99f578

Browse files
committed
Add --app-vulns flag
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
1 parent 9ef288b commit b99f578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type Options struct {
5050
// NewProvider returns default provider options setup with the give options
5151
func NewProvider(options ...Ops) (Options, error) {
5252
provider := Options{
53-
flags: []string{"container", "test"},
53+
flags: []string{"container", "test", "--app-vulns"},
5454
out: os.Stdout,
5555
err: os.Stderr,
5656
}

0 commit comments

Comments
 (0)