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 867e4b8 commit 00806b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Security check - Bandit

on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Security check - Bandit
uses: ioggstream/[email protected]
with:
project_path: src
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

0 comments on commit 00806b5

Please sign in to comment.