Skip to content

Commit

Permalink
build(ci): use starflow for policy and security scans
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 11, 2024
1 parent 31418c9 commit 30af0b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/cla-check.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Security scan
name: Check policy
on:
pull_request:
push:
branches:
- main
- hotfix/*
- work/secscan # For development
- work/check-policy # For development

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

0 comments on commit 30af0b2

Please sign in to comment.