Skip to content

.github/workflows/security-scan.yaml #20

.github/workflows/security-scan.yaml

.github/workflows/security-scan.yaml #20

on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '0 0 * * 2'
jobs:
scanjob:
name: Security Scan Job
uses: postmanlabs/gh-security-scan-workflow/.github/workflows/[email protected]

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" -> "postmanlabs/gh-security-scan-workflow/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
imagename: postman-insights-agent
language: "['go']"