Merge pull request #4367 from eelpie/doc-GuardianUsageRightsConfig-as… #273
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: | |
- main | |
workflow_dispatch: | |
jobs: | |
security: | |
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main | |
with: | |
DEBUG: false | |
ORG: guardian | |
SKIP_NODE: false | |
SKIP_PYTHON: false | |
PIP_REQUIREMENTS_FILES: quarantine-status/lambda/requirements.txt | |
PYTHON_VERSION: 3.7.13 | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |