We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8407d6f commit 7328da8Copy full SHA for 7328da8
pkg/commands/artifact/run.go
@@ -20,8 +20,6 @@ import (
20
"github.com/aquasecurity/trivy/pkg/utils"
21
)
22
23
-const defaultPolicyNamespace = "appshield"
24
-
25
var errSkipScan = errors.New("skip subsequent processes")
26
27
// InitializeScanner type to define initialize function signature
pkg/commands/client/run.go
@@ -18,8 +18,6 @@ import (
18
19
// Run runs the scan
func Run(cliCtx *cli.Context) error {
opt, err := NewOption(cliCtx)
0 commit comments