Skip to content

Commit c8b1d56

Browse files
Merge pull request shundor#4 from reactive-firewall/dev-fixup-1
Updated README.md
2 parents 491651b + 3868a74 commit c8b1d56

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +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/bandit-action@v2
15-
with:
14+
uses: reactive-firewall/python-bandit-scan@v2.1
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.
1618
path: "."
1719
level: high
1820
confidence: high
19-
exit_zero: true
21+
# exit with 0, even with results found
22+
exit_zero: true # optional, default is DEFAULT
2023
```
2124
2225
## Inputs

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy