mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
Delete bandit.yml
This commit is contained in:
parent
ee402d5a2f
commit
ee5407b703
29
.github/workflows/bandit.yml
vendored
29
.github/workflows/bandit.yml
vendored
|
@ -1,29 +0,0 @@
|
|||
name: Security check - Bandit
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
python-version: [ '3.8.12', '3.10' ]
|
||||
name: Python ${{ matrix.python-version }} ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Security check - Bandit
|
||||
uses: ./
|
||||
with:
|
||||
python_version: ${{ matrix.python-version }}
|
||||
project_path: .
|
||||
ignore_failure: true
|
||||
|
||||
- name: Security check report artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
# if: failure()
|
||||
with:
|
||||
name: Security report
|
||||
path: files/security_report.txt
|
Loading…
Reference in New Issue
Block a user