Skip to content

ci: add security scanning workflow #2

ci: add security scanning workflow

ci: add security scanning workflow #2

Workflow file for this run

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