Skip to content

Commit

Permalink
ci: add security scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 26, 2024
1 parent 9dfc386 commit ee8535c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Security scan
on:
pull_request:
push:
branches:
- main
- hotfix/*
- work/secscan # For development

jobs:
python-scans:
name: Scan Python project
uses: lengau/starflow/.github/workflows/scan-python.yaml@work/secscan
with:
packages: python-apt-dev
# Ignore this requirements file because it does relative path things.
requirements-find-args: "! -path 'docs/.sphinx/*' -D exec"

0 comments on commit ee8535c

Please sign in to comment.