Skip to content

Merge pull request #68 from IATI/sk-error-handling--count-bug--user-r… #206

Merge pull request #68 from IATI/sk-error-handling--count-bug--user-r…

Merge pull request #68 from IATI/sk-error-handling--count-bug--user-r… #206

name: Run Static Application Security Testing
on: [push, pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Perform Bandit Analysis
uses: PyCQA/bandit-action@v1.0.1
with:
configfile: "pyproject.toml"