Skip to content

remove ourdna dashboard v1 backend code #466

remove ourdna dashboard v1 backend code

remove ourdna dashboard v1 backend code #466

name: Security Checks
on:
workflow_dispatch:
push:
jobs:
pip-audit:
runs-on: ubuntu-latest
name: Pip Audit
steps:
- uses: actions/checkout@v4
- uses: pypa/[email protected]
name: Pip Audit Dependencies
with:
inputs: requirements.txt
summary: true
- uses: pypa/[email protected]
name: Pip Audit Dev Dependencies
with:
inputs: requirements-dev.txt
summary: true