From 2b35e2b832c86135c5f93cf403ba1bc186da6c2c Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Sat, 2 Mar 2024 19:20:29 +0000 Subject: [PATCH] Explain missing flags: --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9e6287a..b4ff0c7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ codebase. | `ini_path` | Path to a `.bandit` file that supplies command line args. | | | `exit_zero` | Exit with 0 even with results found. +| :memo: | We do not expose args for output/format,message_template, as we need to hardcore the report for the PR comment feature| +|---------------|:----------------------------------------------------------------------------------------------------------------------| + ## Usage To use the action, add the following to your GitHub workflow file (e.g. `.github/workflows/bandit.yml`: