-
QuestionI want to scan my built Docker image for vulnerabilities as well as misconfigurations. However, I do not want to scan misconfigurations in the This is a minimal config: scan:
scanners:
- vuln
- misconfig
skip-dirs:
- /app/vendorWhen I use this, then neither misconfig nor vuln scanners touch the If I do not skip that dir, then I get these false which is also not correct - I do not care about the Dockerfile of a 3rdparty package. So, how can I define the TargetContainer Image ScannerMisconfiguration Output FormatTable ModeStandalone Operating Systemmacos VersionVersion: 0.58.2
Vulnerability DB:
Version: 2
UpdatedAt: 2025-09-24 06:25:26.717251712 +0000 UTC
NextUpdate: 2025-09-25 06:25:26.717251552 +0000 UTC
DownloadedAt: 2025-09-24 12:21:06.920331 +0000 UTC
Check Bundle:
Digest: sha256:a471e90b7c7335e914ec9075b74cf8f65e4c91e6cecfa7e39c587382808d2684
DownloadedAt: 2025-09-24 12:59:43.29607 +0000 UTC |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
At the moment we don't differentiate options between different scanners so this is true. |
Beta Was this translation helpful? Give feedback.
At the moment we don't differentiate options between different scanners so this is true.