Skip to content

.github/workflows/snyk.yml #70

.github/workflows/snyk.yml

.github/workflows/snyk.yml #70

Workflow file for this run

name: Snyk Open Source Test
on:
push:
branches:
- main
- 'release/**'
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * *' # nightly at midnight
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
snyk:
uses: collibra/snyk-templates/.github/workflows/snyk-gradle-jdk21.yml@main

Check failure on line 19 in .github/workflows/snyk.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/snyk.yml

Invalid workflow file

error parsing called workflow ".github/workflows/snyk.yml" -> "collibra/snyk-templates/.github/workflows/snyk-gradle-jdk21.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
snyk-org: "KnowledgeGraphEngine"
snyk-working-directory: ${{ inputs.snyk-working-directory }}
snyk-test-additional-params: ${{ inputs.snyk-test-additional-params }}
secrets: inherit