docs: fix mistake in config file example for skip-dirs/skip-files flag (#10070)

This commit is contained in:
DmitriyLewen
2026-01-20 15:40:00 +06:00
committed by GitHub
parent fe7d20a31c
commit bf860cd552

View File

@@ -54,7 +54,7 @@ Like any other flag, this is available as Trivy YAML configuration.
For example:
```yaml
image:
scan:
skip-files:
- foo
- "testdata/*/bar"