Skip to content

docs: update the change log #337

docs: update the change log

docs: update the change log #337

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: akaihola/bandit-report-artifacts@use-config
with:
project_path: .
config_file: ./.bandit.code.yaml
- name: Bandit security check for tests
uses: akaihola/bandit-report-artifacts@use-config
with:
project_path: ./src/darkgraylib/tests
config_file: ./.bandit.tests.yaml