Skip to content

SET-238 OurDNA Dashboard v2 prototype (#1014) #473

SET-238 OurDNA Dashboard v2 prototype (#1014)

SET-238 OurDNA Dashboard v2 prototype (#1014) #473

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