Skip to content

SecRel Pipeline Configuration #1

SecRel Pipeline Configuration

SecRel Pipeline Configuration #1

Workflow file for this run

name: SecRel Reusable Workflow
on:
# Trigger on every code push. The branches-ignore section can be deleted or modified
push:
branches-ignore:
- lhdi-onboarding-769
# Trigger on all pull requests to main branch
pull_request:
branches:
- master
# Trigger on all published GitHub Releases
release:
types: [ "created" ]
# Trigger manually
workflow_dispatch:
jobs:
# Sample job that runs after the "dev-stuff" job, that calls the Tornado reusable workflow
build-and-scan:
# needs: [ dev-stuff ]
name: Tornado Pipeline
uses: department-of-veterans-affairs/lighthouse-tornado-secrel-pipeline/.github/workflows/pipeline.yml@v5

Check failure on line 26 in .github/workflows/secrel.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/secrel.yml

Invalid workflow file

error parsing called workflow ".github/workflows/secrel.yml" -> "department-of-veterans-affairs/lighthouse-tornado-secrel-pipeline/.github/workflows/pipeline.yml@v5" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
requires-prod-signing-keys: true
config-file: .github/secrel/config.yml
images: |-
secrets: inherit