docs: cmd error (#4376)

This commit is contained in:
guangwu
2023-05-15 13:58:32 +08:00
committed by GitHub
parent 6ee4960776
commit e5e7ebcdab

View File

@@ -56,7 +56,7 @@ Will skip all subdirectories of the testdata directory.
Trivy also supports the [globstar](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Pattern-Matching) pattern matching.
```bash
$ trivy image --skip-files "**/foo"``` image:tag
$ trivy image --skip-files "**/foo" image:tag
```
Will skip the file `foo` that happens to be nested under any parent(s).