feat(CB2-14255): Error being thrown in cert-gen when TRL make is null… #2623
Workflow file for this run
This file contains 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: CI | |
on: | |
push: | |
jobs: | |
security: | |
uses: dvsa/.github/.github/workflows/nodejs-security.yaml@v2 | |
with: | |
args: '--all-projects' | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |