Skip to content

Commit

Permalink
Create security-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelpabc123 authored Apr 2, 2024
1 parent e8dfcc2 commit 8e21cbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/security-scan.yml
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 8e21cbe

Please sign in to comment.