Skip to content

Commit

Permalink
fix: merge security scan into policy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Nov 13, 2024
1 parent 428264a commit b804402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/policy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: Check policy
on:
pull_request:
push:
branches:
- main
- hotfix/*
- work/check-policy # For development

jobs:
policy:
uses: lengau/starflow/.github/workflows/policy.yaml@work/CRAFT-3602/test-workflows
python-scans:
name: Security scan
uses: canonical/starflow/.github/workflows/scan-python.yaml@main
13 changes: 0 additions & 13 deletions .github/workflows/security-scan.yaml

This file was deleted.

0 comments on commit b804402

Please sign in to comment.