Skip to content

Update README.md

Update README.md #2

Workflow file for this run

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 }}