Skip to content

Fix slash typo in /api/v1/sequencing-groupCPGID endpoint (#1025) #479

Fix slash typo in /api/v1/sequencing-groupCPGID endpoint (#1025)

Fix slash typo in /api/v1/sequencing-groupCPGID endpoint (#1025) #479

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