Skip to content

Commit

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

jobs:
python-scans:
name: Scan Python project
uses: canonical/starflow/.github/workflows/scan-python.yaml@main
with:
packages: python-apt-dev

0 comments on commit 70b7abb

Please sign in to comment.