Skip to content

Update azure-pipelines.yml for Azure Pipelines #75

Update azure-pipelines.yml for Azure Pipelines

Update azure-pipelines.yml for Azure Pipelines #75

Workflow file for this run

#name: Security check - Bandit
#
#on: push
#
#jobs:
# build:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# os: [ ubuntu-latest, macos-latest ]
# python-version: [ '3.9.6' ]
# 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: output/security_report.txt