Skip to content

Commit ee710d2

Browse files
authored
Merge pull request #9 from UABGH-Emerging-Technologies/feature/security-scanning
Add security scanning (uv audit + Bandit)
2 parents ed71df0 + 1224941 commit ee710d2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Security Scan
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
workflow_dispatch:
8+
9+
jobs:
10+
security:
11+
uses: UABGH-Emerging-Technologies/ai_web_interface/.github/workflows/security-scan-reusable.yml@main
12+
with:
13+
package-manager: "uv"
14+
scan-path: "."
15+
python-version: "3.11"

0 commit comments

Comments
 (0)