Skip to content

Commit

Permalink
Merge pull request #5 from reactive-firewall/dev
Browse files Browse the repository at this point in the history
Release v2.1
  • Loading branch information
reactive-firewall authored Sep 9, 2024
2 parents 5feae96 + c8b1d56 commit ff1a646
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ Bandit is a tool designed to find common security issues in Python code. This ac
To run a bandit scan include a step like this:

```yaml
uses: reactive-firewall/bandit-action@v2
with:
uses: reactive-firewall/[email protected]
with: # optional arguments
# Github token of the repository (automatically created by Github)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
path: "."
level: high
confidence: high
exit_zero: true
# exit with 0, even with results found
exit_zero: true # optional, default is DEFAULT
```
## Inputs
Expand Down

0 comments on commit ff1a646

Please sign in to comment.