mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
add --file option to readme (#533)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
1b23a94015
commit
dd2c178085
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ output: "table"
|
|||
# same as -q ; SYFT_QUIET env var
|
||||
quiet: false
|
||||
|
||||
# same as --file; write output report to a file (default is to write to stdout)
|
||||
file: ""
|
||||
|
||||
# enable/disable checking for application updates on startup
|
||||
# same as SYFT_CHECK_FOR_APP_UPDATE env var
|
||||
check-for-app-update: true
|
||||
|
|
Loading…
Reference in a new issue