diff --git a/pkg/commands/artifact/run.go b/pkg/commands/artifact/run.go index 75ee85f883d..ee14a6f7841 100644 --- a/pkg/commands/artifact/run.go +++ b/pkg/commands/artifact/run.go @@ -594,7 +594,7 @@ func initScannerConfig(opts flag.Options, cacheClient cache.Cache) (ScannerConfi ver := canonicalVersion(opts.AppVersion) log.Logger.Info("Secret scanning is enabled") log.Logger.Info("If your scanning is slow, please try '--scanners vuln' to disable secret scanning") - log.Logger.Infof("Please see also https://aquasecurity.github.io/trivy/%s/docs/secret/scanning/#recommendation for faster secret detection", ver) + log.Logger.Infof("Please see also https://aquasecurity.github.io/trivy/%s/docs/scanner/secret/#recommendation for faster secret detection", ver) } else { opts.SecretConfigPath = "" }