From dd2c1780859e65b22f330350e3fb49d46c09fbb0 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Tue, 5 Oct 2021 15:34:32 -0400 Subject: [PATCH] add --file option to readme (#533) Signed-off-by: Alex Goodman --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d5e81dd7..3485d066a 100644 --- a/README.md +++ b/README.md @@ -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