Skip to content

Commit

Permalink
docs: cmd error (#4376)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill committed May 15, 2023
1 parent 6ee4960 commit e5e7ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/skipping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e5e7ebc

Please sign in to comment.