-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/force-push-repos' of https://github.com/radiusm…
…ethod/zarf into feature/force-push-repos
- Loading branch information
Showing
21 changed files
with
670 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
site/src/content/docs/commands/zarf_tools_sbom_cataloger.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: zarf tools sbom cataloger | ||
description: Zarf CLI command reference for <code>zarf tools sbom cataloger</code>. | ||
tableOfContents: false | ||
--- | ||
|
||
<!-- Page generated by Zarf; DO NOT EDIT --> | ||
|
||
## zarf tools sbom cataloger | ||
|
||
Show available catalogers and configuration | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for cataloger | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string syft configuration file | ||
--insecure-skip-tls-verify Skip checking server's certificate for validity. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
--plain-http Force the connections over HTTP instead of HTTPS. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
-q, --quiet suppress all logging output | ||
-v, --verbose count increase verbosity (-v = info, -vv = debug) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [zarf tools sbom](/commands/zarf_tools_sbom/) - Generates a Software Bill of Materials (SBOM) for the given package | ||
* [zarf tools sbom cataloger list](/commands/zarf_tools_sbom_cataloger_list/) - List available catalogers | ||
|
40 changes: 40 additions & 0 deletions
40
site/src/content/docs/commands/zarf_tools_sbom_cataloger_list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: zarf tools sbom cataloger list | ||
description: Zarf CLI command reference for <code>zarf tools sbom cataloger list</code>. | ||
tableOfContents: false | ||
--- | ||
|
||
<!-- Page generated by Zarf; DO NOT EDIT --> | ||
|
||
## zarf tools sbom cataloger list | ||
|
||
List available catalogers | ||
|
||
``` | ||
zarf tools sbom cataloger list [OPTIONS] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list | ||
-o, --output string format to output the cataloger list (available: table, json) | ||
--override-default-catalogers stringArray override the default catalogers with an expression (default [all]) | ||
--select-catalogers stringArray select catalogers with an expression | ||
-s, --show-hidden show catalogers that have been de-selected | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string syft configuration file | ||
--insecure-skip-tls-verify Skip checking server's certificate for validity. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
--plain-http Force the connections over HTTP instead of HTTPS. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
-q, --quiet suppress all logging output | ||
-v, --verbose count increase verbosity (-v = info, -vv = debug) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [zarf tools sbom cataloger](/commands/zarf_tools_sbom_cataloger/) - Show available catalogers and configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: zarf tools sbom config | ||
description: Zarf CLI command reference for <code>zarf tools sbom config</code>. | ||
tableOfContents: false | ||
--- | ||
|
||
<!-- Page generated by Zarf; DO NOT EDIT --> | ||
|
||
## zarf tools sbom config | ||
|
||
show the syft configuration | ||
|
||
``` | ||
zarf tools sbom config [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for config | ||
--load load and validate the syft configuration | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string syft configuration file | ||
--insecure-skip-tls-verify Skip checking server's certificate for validity. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
--plain-http Force the connections over HTTP instead of HTTPS. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
-q, --quiet suppress all logging output | ||
-v, --verbose count increase verbosity (-v = info, -vv = debug) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [zarf tools sbom](/commands/zarf_tools_sbom/) - Generates a Software Bill of Materials (SBOM) for the given package | ||
* [zarf tools sbom config locations](/commands/zarf_tools_sbom_config_locations/) - shows all locations and the order in which syft will look for a configuration file | ||
|
37 changes: 37 additions & 0 deletions
37
site/src/content/docs/commands/zarf_tools_sbom_config_locations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: zarf tools sbom config locations | ||
description: Zarf CLI command reference for <code>zarf tools sbom config locations</code>. | ||
tableOfContents: false | ||
--- | ||
|
||
<!-- Page generated by Zarf; DO NOT EDIT --> | ||
|
||
## zarf tools sbom config locations | ||
|
||
shows all locations and the order in which syft will look for a configuration file | ||
|
||
``` | ||
zarf tools sbom config locations [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--all include every file extension supported | ||
-h, --help help for locations | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string syft configuration file | ||
--insecure-skip-tls-verify Skip checking server's certificate for validity. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
--plain-http Force the connections over HTTP instead of HTTPS. This flag should only be used if you have a specific reason and accept the reduced security posture. | ||
-q, --quiet suppress all logging output | ||
-v, --verbose count increase verbosity (-v = info, -vv = debug) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [zarf tools sbom config](/commands/zarf_tools_sbom_config/) - show the syft configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.