Skip to content

Commit 9cba7de

Browse files
ashsoleiclaude
andcommitted
ci: add security scan workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3ccfb2a commit 9cba7de

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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)