From 06df692fecc2663dafd06dc173e3504fbe2d0020 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 25 Sep 2024 18:33:55 -0400 Subject: [PATCH] ci: add security scanning job --- .github/workflows/security-scan.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/security-scan.yaml diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml new file mode 100644 index 00000000..2ceac756 --- /dev/null +++ b/.github/workflows/security-scan.yaml @@ -0,0 +1,15 @@ +name: Security scan +on: + pull_request: + push: + branches: + - main + - hotfix/* + - work/secscan # For development + +jobs: + python-scans: + name: Scan Python project + uses: lengau/starflow/.github/workflows/scan-python.yaml@work/secscan + with: + packages: python-apt-dev