Skip to content

Commit

Permalink
change bandit action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Nov 16, 2024
1 parent 3c5c148 commit d858418
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ jobs:
- 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: Perform Bandit Analysis
uses: PyCQA/bandit-action@v1

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

0 comments on commit d858418

Please sign in to comment.