Skip to content

Commit 8e21cbe

Browse files
authored
Create security-scan.yml
1 parent e8dfcc2 commit 8e21cbe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/security-scan.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Security Scan
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
security:
11+
name: OSS Security SAST
12+
uses: Roblox/security-workflows/.github/workflows/oss-security-sast.yaml@main
13+
with:
14+
skip-ossf: true
15+
secrets:
16+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_KEY }}
17+
ROBLOX_SEMGREP_GHC_POC_APP_TOKEN: ${{ secrets.ROBLOX_SEMGREP_GHC_POC_APP_TOKEN }}

0 commit comments

Comments
 (0)