Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Laine <[email protected]>
  • Loading branch information
phillebaba committed Oct 9, 2024
1 parent d2eb179 commit ca0ce7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/src/content/docs/commands/zarf_tools_sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...)
Expand Down
1 change: 1 addition & 0 deletions site/src/content/docs/commands/zarf_tools_sbom_attest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ zarf tools sbom attest --output [FORMAT] <IMAGE> [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
Expand Down
1 change: 1 addition & 0 deletions site/src/content/docs/commands/zarf_tools_sbom_scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...)
Expand Down

0 comments on commit ca0ce7a

Please sign in to comment.