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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ 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: shundor/bandit-action@v1
14
+
uses: reactive-firewall/bandit-action@v2
15
15
with:
16
16
path: "."
17
17
level: high
@@ -66,4 +66,7 @@ The action will create an artifact containing the sarif output.
66
66
67
67
## Credits
68
68
69
-
- :bow: This action is based on [bandit-action](https://github.com/mdegis/bandit-action) by [Melih Değiş](https://github.com/mdegis/).
69
+
- :bow: This action is based on [bandit-action](https://github.com/mdegis/bandit-action) by [Melih Değiş](https://github.com/mdegis/).
70
+
- :bow: This action is _also_ based on [python-bandit-scan](https://github.com/shundor/python-bandit-scan) by [shundor](https://github.com/shundor).
71
+
- :bow: This fork includes fixes proposed by [Kenta Nakase](https://github.com/parroty) and [Thiago Grisolfi](https://github.com/Grisolfi) ... 🎉 but automated by @dependabot
0 commit comments