Skip to content

[Security][Workflow]: Include Docker Scan #2

[Security][Workflow]: Include Docker Scan

[Security][Workflow]: Include Docker Scan #2

Workflow file for this run

name: Security Testing
on:
pull_request:
types: [opened, synchronize]
jobs:
sast:
uses: p2p-org/security-workflows/.github/workflows/sast.yaml@main
secrets: inherit
docker-scan:
uses: p2p-org/security-workflows/.github/workflows/docker-scan.yaml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/security.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/security.yaml" -> "p2p-org/security-workflows/.github/workflows/docker-scan.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:
image_name: ${{ github.repository }}
docker_file_path: 'Dockerfile'
workdir: '.'
secrets: inherit