Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Security Checks
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

permissions: {}

Expand Down Expand Up @@ -30,6 +32,22 @@ jobs:
ignore-vulns: |
GHSA-8qvm-5x2c-j2w7 # Denial of service in protobuf=3.20.2; hail pins this version.

package-scanner:
runs-on: ubuntu-latest
name: Python Package Scanner
permissions:
pull-requests: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
with:
persist-credentials: false

- uses: populationgenomics/python-package-scanner@7db0863f7646dcd34df1ee5f2911149f67628eb3 # v0
with:
mode: uv
fail-on-vulns: false
comment-on-pr: true

zizmor:
name: Zizmor Scan
runs-on: ubuntu-latest
Expand Down
Loading