Skip to content

Commit

Permalink
sast
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jul 9, 2024
1 parent 00806b5 commit 0232dd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: ioggstream/bandit-report-artifacts@v1.7.4
with:
project_path: src
ignore_failure: true
# ignore_failure: true

# This is optional
- name: Security check report artifacts
uses: actions/upload-artifact@v4
with:
name: Security report
path: output/security_report.txt
#- name: Security check report artifacts
# uses: actions/upload-artifact@v4
# with:
# name: Security report
# path: output/security_report.txt

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ reports/
!.gitkeep
!.travis.yml
!src/redturtle
!src/.bandit
.idea/
2 changes: 2 additions & 0 deletions src/.bandit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bandit]
exclude = locales

0 comments on commit 0232dd0

Please sign in to comment.