Skip to content

Add all missing countries to the list for amounts tests (#552) #271

Add all missing countries to the list for amounts tests (#552)

Add all missing countries to the list for amounts tests (#552) #271

Workflow file for this run

# This action runs snyk monitor on every push to main
name: Snyk
on:
push:
branches:
- main
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: the-guardian-cuu
SKIP_NODE: false
PROJECT_TAGS: Team=MarketingTools
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}