We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b1d56 commit 637c5c4Copy full SHA for 637c5c4
README.md
@@ -11,15 +11,15 @@ Bandit is a tool designed to find common security issues in Python code. This ac
11
To run a bandit scan include a step like this:
12
13
```yaml
14
- uses: reactive-firewall/python-bandit-scan@v2.1
+ uses: reactive-firewall/python-bandit-scan@v2.2
15
with: # optional arguments
16
# Github token of the repository (automatically created by Github)
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
18
path: "."
19
- level: high
+ level: low
20
confidence: high
21
# exit with 0, even with results found
22
- exit_zero: true # optional, default is DEFAULT
+ # exit_zero: true # optional, default is DEFAULT
23
```
24
25
## Inputs
0 commit comments