We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ac887 commit 55dbaafCopy full SHA for 55dbaaf
1 file changed
cmd/root.go
@@ -34,7 +34,7 @@ const (
34
helpExample = `
35
docker sbom alpine:latest a summary of discovered packages
36
docker sbom alpine:latest --format syft-json show all possible cataloging details
37
- docker sbom alpine:latest --output sbom.json write report output to a file
+ docker sbom alpine:latest --output sbom.txt write report output to a file
38
docker sbom alpine:latest --exclude /lib --exclude '**/*.db' ignore one or more paths/globs in the image
39
`
40
shortDescription = "View the packaged-based Software Bill Of Materials (SBOM) for an image"
0 commit comments