Skip to content

Commit

Permalink
ci: use policy workflow from starbase/starflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Dec 20, 2024
1 parent c07a3bf commit d462956
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check policy
on:
pull_request:
push:
branches:
- main
- hotfix/*
- work/check-policy # For development

jobs:
policy:
uses: canonical/starflow/.github/workflows/policy.yaml@main
python-scans:
name: Security scan
uses: canonical/starflow/.github/workflows/scan-python.yaml@main
16 changes: 0 additions & 16 deletions .github/workflows/security-scan.yaml

This file was deleted.

0 comments on commit d462956

Please sign in to comment.