Skip to content

test(cpg_flow/__init__.py,test_status.py): add test, fix stage imports #24

test(cpg_flow/__init__.py,test_status.py): add test, fix stage imports

test(cpg_flow/__init__.py,test_status.py): add test, fix stage imports #24

Workflow file for this run

name: Security Checks
on:
workflow_dispatch:
push:
jobs:
pip-audit:
runs-on: ubuntu-latest
name: Pip Audit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: |
requirements/dev.txt
- name: Install packages
run: pip install -r requirements/dev.txt
- name: Install from setup.py
run: pip install .
- uses: pypa/[email protected]
with:
summary: true