Skip to content

Merge pull request #333 from spdx/dependabot/github_actions/actions/c… #617

Merge pull request #333 from spdx/dependabot/github_actions/actions/c…

Merge pull request #333 from spdx/dependabot/github_actions/actions/c… #617

Workflow file for this run

name: bandit-security-linter
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Run bandit
uses: tj-actions/bandit@0aed5b3da320e0f26781e5aecbbfc1d268ff07e2 # v5.5
with:
options: "-c bandit.yml -r"