Skip to content

Merge pull request #40 from VCTLabs/dependabot/github_actions/softpro… #162

Merge pull request #40 from VCTLabs/dependabot/github_actions/softpro…

Merge pull request #40 from VCTLabs/dependabot/github_actions/softpro… #162

Workflow file for this run

name: Security check - Bandit
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Run bandit
uses: VCTLabs/bandit-report-artifacts@v2
with:
project_path: redis_ipc.py
config_file: pyproject.toml