Skip to content

Require Graylint 1.2.0 and Darkgraylib 1.3.0 #1254

Require Graylint 1.2.0 and Darkgraylib 1.3.0

Require Graylint 1.2.0 and Darkgraylib 1.3.0 #1254

Workflow file for this run

---
name: Security check - Bandit
on: push # yamllint disable-line rule:truthy
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bandit security check for code
uses: ioggstream/bandit-report-artifacts@v1.7.4
with:
project_path: .
config_file: ./.bandit.code.yaml
- name: Bandit security check for tests
uses: ioggstream/bandit-report-artifacts@v1.7.4
with:
project_path: ./src/darker/tests
config_file: ./.bandit.tests.yaml
- name: Bandit security check for GitHub Action `main.py` tests
uses: ioggstream/bandit-report-artifacts@v1.7.4
with:
project_path: ./action/tests
config_file: ./.bandit.tests.yaml