You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ Bandit is a tool designed to find common security issues in Python code. This ac
11
11
To run a bandit scan include a step like this:
12
12
13
13
```yaml
14
-
uses: reactive-firewall/python-bandit-scan@v2.1
14
+
uses: reactive-firewall/python-bandit-scan@v2.3
15
15
with: # optional arguments
16
16
# Github token of the repository (automatically created by Github)
17
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
18
18
path: "."
19
-
level: high
19
+
level: low
20
20
confidence: high
21
21
# exit with 0, even with results found
22
-
exit_zero: true # optional, default is DEFAULT
22
+
#exit_zero: true # optional, default is DEFAULT
23
23
```
24
24
25
25
## Inputs
@@ -71,5 +71,5 @@ The action will create an artifact containing the sarif output.
71
71
72
72
-:bow: This action is based on [bandit-action](https://github.com/mdegis/bandit-action) by [Melih Değiş](https://github.com/mdegis/).
73
73
-:bow: This action is _also_ based on [python-bandit-scan](https://github.com/shundor/python-bandit-scan) by [shundor](https://github.com/shundor).
74
-
- :bow: This fork includes fixes proposed by [Kenta Nakase](https://github.com/parroty) and [Thiago Grisolfi](https://github.com/Grisolfi) ... 🎉 but automated by @dependabot
74
+
-:bow: This fork includes fixes proposed by [Kenta Nakase](https://github.com/parroty) and [Thiago Grisolfi](https://github.com/Grisolfi)and ["MrFired"](https://github.com/MrFired) ... 🎉 but automated by [@dependabot[bot]](https://github.com/apps/dependabot)
0 commit comments