Skip to content

Commit

Permalink
ci: add security scan workflow (#259)
Browse files Browse the repository at this point in the history
* ci: add security scan workflow

* chore: update for merge
  • Loading branch information
lengau authored Sep 28, 2024
1 parent 76f2dbd commit 59e5c4b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit 59e5c4b

Please sign in to comment.