fix: Issue not downloading plaster (#2267) #112
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: Snyk | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
security: | |
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main | |
with: | |
DEBUG: true | |
ORG: guardian-mobile | |
SKIP_NODE: false | |
NODE_PACKAGE_JSON_FILES_MISSING_LOCK: projects/Mallard/package.json # not missing lock but seemingly needs to be installed for gradle build to work | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |