Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

PI-61752 Add psalm security scan #1

PI-61752 Add psalm security scan

PI-61752 Add psalm security scan #1

name: Psalm Security Scan
on:
pull_request:
merge_group:
env:
GOPRIVATE: github.com/PrinterLogic/*
jobs:
psalm-security-scan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
uses: PrinterLogic/reusable-workflows/.github/workflows/psalm-vulnerability-scan.yaml@develop

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/psalm-security-scan.yaml" -> "PrinterLogic/reusable-workflows/.github/workflows/psalm-vulnerability-scan.yaml@develop" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
report-to-github: true