Skip to content

Commit 2ac857f

Browse files
ashsoleiclaude
andauthored
ci: add security scan workflow (#25)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a097482 commit 2ac857f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Security Scan
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
schedule:
9+
- cron: '0 4 * * 1'
10+
11+
permissions:
12+
contents: read
13+
security-events: write
14+
15+
jobs:
16+
security:
17+
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/security-scan.yml@v1
18+
secrets: inherit
19+

0 commit comments

Comments
 (0)