Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

update: diagrams pipe #19

update: diagrams pipe

update: diagrams pipe #19

Workflow file for this run

name: Bandit SAST
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install bandit
- name: Analysing the code with bandit
run: |
cd immunity_agent && bandit -r .