chore: colourize the logs only when LOG_LEVEL == "DEBUG" #497
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| # Allows the reusable workflow to use the GITHUB_TOKEN from this repository. | ||
| secrets: inherit | ||