Skip to content

Merge pull request #1 from Roblox/update-readme #7

Merge pull request #1 from Roblox/update-readme

Merge pull request #1 from Roblox/update-readme #7

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

Check failure on line 12 in .github/workflows/security-scan.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-scan.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/security-scan.yaml" -> "Roblox/security-workflows/.github/workflows/oss-security-sast.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
skip-ossf: true
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_KEY }}
ROBLOX_SEMGREP_GHC_POC_APP_TOKEN: ${{ secrets.ROBLOX_SEMGREP_GHC_POC_APP_TOKEN }}