Skip to content

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

[Security][Workflow]: Include Docker Scan

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

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

Check failure on line 9 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/sast.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
docker-scan:
uses: p2p-org/security-workflows/.github/workflows/docker-scan.yaml@main
with:
image_name: ${{ github.repository }}
docker_file_path: 'Dockerfile'
workdir: '.'
secrets: inherit