Skip to content

feat(RCSET-11195): Adding sdlc_snyk_container_scan #1

feat(RCSET-11195): Adding sdlc_snyk_container_scan

feat(RCSET-11195): Adding sdlc_snyk_container_scan #1

name: sdlc_snyk_container_analysis
on:
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
jobs:
wait-for-pr-ci:
uses: OutSystems/sdlc-gha-snyk/.github/workflows/wait-for-pr-check.yml@v1
secrets: inherit
with:
commitSha: ${{ github.event.pull_request.head.sha }}
runnerName: wait-for-pr-ci
checkName: SDLC.TestNotes.Provider.Service-PR # YOU NEED TO EDIT THIS
call-sdlc-snyk-container:
needs: wait-for-pr-ci
uses: OutSystems/sdlc-gha-snyk/.github/workflows/[email protected] #This is in a non-blokcing mode

Check failure on line 19 in .github/workflows/security_sdlc_snyk_container_analysis.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/security_sdlc_snyk_container_analysis.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/security_sdlc_snyk_container_analysis.yaml" -> "OutSystems/sdlc-gha-snyk/.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.
secrets: inherit
with:
serviceName: "outsystems-sdlc-testnotes-service" # YOU NEED TO EDIT THIS
commitSha: ${{ github.event.pull_request.head.sha }}
dockerFilePath: Dockerfile # YOU (MAY) NEED TO EDIT THIS
call-sdlc-snyk-container-ct:
needs: wait-for-pr-ci
uses: OutSystems/sdlc-gha-snyk/.github/workflows/[email protected] #This is in a non-blokcing mode
secrets: inherit
with:
serviceName: "outsystems-sdlc-testnotes-service-ct" # YOU NEED TO EDIT THIS
commitSha: ${{ github.event.pull_request.head.sha }}
dockerFilePath: Dockerfile # YOU (MAY) NEED TO EDIT THIS