Skip to content

Merge pull request #184 from mdmaas/experiment/massive-pr-attempt #35

Merge pull request #184 from mdmaas/experiment/massive-pr-attempt

Merge pull request #184 from mdmaas/experiment/massive-pr-attempt #35

Workflow file for this run

name: Code Security
on:
pull_request:
merge_group:
branches: [main]
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
sast:
uses: doplaydo/infra/.github/workflows/reuseable-sast.yaml@main
with:
output-format: text
fail-on-findings: false
enable-secrets-scan: true
sca:
uses: doplaydo/infra/.github/workflows/reuseable-sca.yaml@main

Check failure on line 25 in .github/workflows/code-security.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-security.yml

Invalid workflow file

error parsing called workflow ".github/workflows/code-security.yml" -> "doplaydo/infra/.github/workflows/reuseable-sca.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:
scan-type: fs
scanners: vuln,misconfig,secret
fail-on-findings: false