Skip to content

Implementation of endpoints to list, authorise and revoke authorisation from 3rd party tools #267

Implementation of endpoints to list, authorise and revoke authorisation from 3rd party tools

Implementation of endpoints to list, authorise and revoke authorisation from 3rd party tools #267

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"