Skip to content

Commit

Permalink
Merge pull request #1 from reactive-firewall/dev
Browse files Browse the repository at this point in the history
Added Updates and Automation
  • Loading branch information
reactive-firewall authored Sep 9, 2024
2 parents 9cc5aa4 + 2d60b3a commit ffce041
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of action.yml
target-branch: "main"
rebase-strategy: "disabled"
# Labels on pull requests for version updates only
labels:
- "GitHub"
- "Testing"
assignees:
- "reactive-firewall"
commit-message:
prefix: "[UPDATE] "
include: "scope"
schedule:
interval: "weekly"
day: "tuesday"
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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: shundor/bandit-action@v1
uses: reactive-firewall/bandit-action@v2
with:
path: "."
level: high
Expand Down Expand Up @@ -66,4 +66,7 @@ The action will create an artifact containing the sarif output.

## Credits

- :bow: This action is based on [bandit-action](https://github.com/mdegis/bandit-action) by [Melih Değiş](https://github.com/mdegis/).
- :bow: This action is based on [bandit-action](https://github.com/mdegis/bandit-action) by [Melih Değiş](https://github.com/mdegis/).
- :bow: This action is _also_ based on [python-bandit-scan](https://github.com/shundor/python-bandit-scan) by [shundor](https://github.com/shundor).
- :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 comments on commit ffce041

Please sign in to comment.