Skip to content

Commit 637c5c4

Browse files
Update README.md
Reduce threshold to low in example to improve default.
1 parent c8b1d56 commit 637c5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Bandit is a tool designed to find common security issues in Python code. This ac
1111
To run a bandit scan include a step like this:
1212

1313
```yaml
14-
uses: reactive-firewall/python-bandit-scan@v2.1
14+
uses: reactive-firewall/python-bandit-scan@v2.2
1515
with: # optional arguments
1616
# Github token of the repository (automatically created by Github)
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
1818
path: "."
19-
level: high
19+
level: low
2020
confidence: high
2121
# exit with 0, even with results found
22-
exit_zero: true # optional, default is DEFAULT
22+
# exit_zero: true # optional, default is DEFAULT
2323
```
2424

2525
## Inputs

0 commit comments

Comments
 (0)