Suraj/update triton main #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: security-3rd-party-pr-checks | ||
on: | ||
# Allow for manual run of security workflows | ||
workflow_dispatch: | ||
# Scan changed files in PRs (diff-aware scanning): | ||
pull_request: {} | ||
jobs: | ||
running-3rd-party-pr-security-checks: | ||
uses: verkada/securitybots/.github/workflows/3rd-party-pr-checks.yml@main | ||
Check failure on line 9 in .github/workflows/security-3rd-party-pr-checks.yml GitHub Actions / .github/workflows/security-3rd-party-pr-checks.ymlInvalid workflow file
|
||
secrets: inherit |