You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/references/configuration/cli/trivy_sbom.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## trivy sbom
2
2
3
-
Scan SBOM for vulnerabilities
3
+
Scan SBOM for vulnerabilities and licenses
4
4
5
5
```
6
6
trivy sbom [flags] SBOM_PATH
@@ -36,6 +36,7 @@ trivy sbom [flags] SBOM_PATH
36
36
--ignore-policy string specify the Rego file path to evaluate each vulnerability
37
37
--ignore-status strings comma-separated list of vulnerability status to ignore (unknown,not_affected,affected,fixed,under_investigation,will_not_fix,fix_deferred,end_of_life)
38
38
--ignore-unfixed display only fixed vulnerabilities
39
+
--ignored-licenses strings specify a list of license to ignore
0 commit comments