Skip to content

Commit

Permalink
docs: correct license scanning sample command (#4855)
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7eh committed Jul 24, 2023
1 parent 20c2246 commit fbe1c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/scanner/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Trivy has number of configuration flags for use with license scanning;
Trivy license scanning can ignore licenses that are identified to explicitly remove them from the results using the `--ignored-licenses` flag;

```shell
$ trivy image --scanners license --ignored-licenses MPL-2.0,MIT --severity LOW grafana/grafana:latest
$ trivy image --scanners license --ignored-licenses MPL-2.0,MIT --severity HIGH grafana/grafana:latest
2022-07-13T18:15:28.605Z INFO License scanning is enabled

OS Packages (license)
Expand Down

0 comments on commit fbe1c9e

Please sign in to comment.