Skip to content

localstack debugging #178

localstack debugging

localstack debugging #178

Workflow file for this run

name: Security Check - Python
on: [pull_request, push]
jobs:
bandit:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
# security-events: write
steps:
- name: Setup GitHub Actions
uses: actions/checkout@master
- name: Install Python
uses: actions/setup-python@master
with:
python-version: '3.11'
- name: Install Bandit
run: pip3 install bandit
- name: Run Bandit
run: bandit -r ./backend