Skip to content

Commit

Permalink
Update bandit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoLite authored Mar 30, 2022
1 parent 5d90d4c commit c49caf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Security check - Bandit
uses: ././
uses: ./
with:
python_version: ${{ matrix.python-version }}
project_path: .
Expand All @@ -26,4 +26,4 @@ jobs:
# if: failure()
with:
name: Security report
path: output/security_report.txt
path: files/security_report.txt

0 comments on commit c49caf4

Please sign in to comment.