Skip to content

Commit

Permalink
add security scan config
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyu-guo committed Nov 11, 2024
1 parent 6811f69 commit bc24274
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Security Scan

on:
pull_request:
push:
branches:
- main

jobs:
security:
name: OSS Security SAST
uses: Roblox/security-workflows/.github/workflows/oss-security-sast.yaml@main
with:
skip-ossf: true
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_KEY }}
ROBLOX_SEMGREP_GHC_POC_APP_TOKEN: ${{ secrets.ROBLOX_SEMGREP_GHC_POC_APP_TOKEN }}

0 comments on commit bc24274

Please sign in to comment.