Skip to content

Merge pull request #203 from spdx/dependabot/pip/spdx-tools-0.8.3 #279

Merge pull request #203 from spdx/dependabot/pip/spdx-tools-0.8.3

Merge pull request #203 from spdx/dependabot/pip/spdx-tools-0.8.3 #279

Workflow file for this run

name: bandit-security-linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run bandit
uses: tj-actions/[email protected]
with:
options: "-c bandit.yml -r"