Skip to content

Commit

Permalink
add bnadit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Nov 16, 2024
1 parent 292e775 commit 67f26ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:

- name: checkout
uses: actions/checkout@v4

- name: bandit
uses: mdegis/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "."
level: high
confidence: high
exit_zero: true

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
Expand Down

0 comments on commit 67f26ff

Please sign in to comment.