From ca0ce7a89ada02a51c6a08485a388f9b4f3fcbce Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Wed, 9 Oct 2024 11:00:51 +0200 Subject: [PATCH] update docs Signed-off-by: Philip Laine --- site/src/content/docs/commands/zarf_tools_sbom.md | 1 + site/src/content/docs/commands/zarf_tools_sbom_attest.md | 1 + site/src/content/docs/commands/zarf_tools_sbom_scan.md | 1 + 3 files changed, 3 insertions(+) diff --git a/site/src/content/docs/commands/zarf_tools_sbom.md b/site/src/content/docs/commands/zarf_tools_sbom.md index eb11240f1d..139d55bdc6 100644 --- a/site/src/content/docs/commands/zarf_tools_sbom.md +++ b/site/src/content/docs/commands/zarf_tools_sbom.md @@ -23,6 +23,7 @@ zarf tools sbom [flags] ``` --base-path string base directory for scanning, no links will be followed above this directory, and all paths will be reported relative to this directory -c, --config string syft configuration file + --enrich stringArray enable package data enrichment from local and online sources (options: all, golang, java, javascript) --exclude stringArray exclude paths from being scanned using a glob expression --file string file to write the default report output to (default is STDOUT) (DEPRECATED: use: output) --from stringArray specify the source behavior to use (e.g. docker, registry, oci-dir, ...) diff --git a/site/src/content/docs/commands/zarf_tools_sbom_attest.md b/site/src/content/docs/commands/zarf_tools_sbom_attest.md index 6f8eb94737..e16d898963 100644 --- a/site/src/content/docs/commands/zarf_tools_sbom_attest.md +++ b/site/src/content/docs/commands/zarf_tools_sbom_attest.md @@ -22,6 +22,7 @@ zarf tools sbom attest --output [FORMAT] [flags] ``` --base-path string base directory for scanning, no links will be followed above this directory, and all paths will be reported relative to this directory + --enrich stringArray enable package data enrichment from local and online sources (options: all, golang, java, javascript) --exclude stringArray exclude paths from being scanned using a glob expression --from stringArray specify the source behavior to use (e.g. docker, registry, oci-dir, ...) -h, --help help for attest diff --git a/site/src/content/docs/commands/zarf_tools_sbom_scan.md b/site/src/content/docs/commands/zarf_tools_sbom_scan.md index cbb5f732ed..4eb9303c2e 100644 --- a/site/src/content/docs/commands/zarf_tools_sbom_scan.md +++ b/site/src/content/docs/commands/zarf_tools_sbom_scan.md @@ -22,6 +22,7 @@ zarf tools sbom scan [SOURCE] [flags] ``` --base-path string base directory for scanning, no links will be followed above this directory, and all paths will be reported relative to this directory + --enrich stringArray enable package data enrichment from local and online sources (options: all, golang, java, javascript) --exclude stringArray exclude paths from being scanned using a glob expression --file string file to write the default report output to (default is STDOUT) (DEPRECATED: use: output) --from stringArray specify the source behavior to use (e.g. docker, registry, oci-dir, ...)