Skip to content

Commit

Permalink
bandit scan test
Browse files Browse the repository at this point in the history
  • Loading branch information
rilesdun committed Sep 17, 2023
1 parent 908d42b commit 5d75947
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/bandit-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Bandit
on:
pull_request:
push:
branches:
- main
release:
types:
- created

jobs:
bandit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 #get fuller history
- name: Run Bandit Report
uses: libertyy/py3-bandit-check@v2
- name: Save Bandit txt Report
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
path: ${{ RUNNER.temp }}/_github_home/bandit_report.out
27 changes: 0 additions & 27 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit 5d75947

Please sign in to comment.