Skip to content

chore: colourize the logs only when LOG_LEVEL == "DEBUG" #497

chore: colourize the logs only when LOG_LEVEL == "DEBUG"

chore: colourize the logs only when LOG_LEVEL == "DEBUG" #497

name: 'Verify Snyk PR Checks'
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'main'
- 'master'
jobs:
snyk_scan_results:
# This 'name' is what appears in the pull request's check list.
name: Snyk Scan Results
# Calls the reusable workflow from your central .github repository.
uses: atlanhq/.github/.github/workflows/reusable-verify-snyk-scans.yml@main

Check failure on line 15 in .github/workflows/verify-snyk-status.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verify-snyk-status.yml

Invalid workflow file

error parsing called workflow ".github/workflows/verify-snyk-status.yml" -> "atlanhq/.github/.github/workflows/reusable-verify-snyk-scans.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
# Allows the reusable workflow to use the GITHUB_TOKEN from this repository.
secrets: inherit