Skip to content

Bump minimatch from 3.0.4 to 3.1.2 (#98) #30

Bump minimatch from 3.0.4 to 3.1.2 (#98)

Bump minimatch from 3.0.4 to 3.1.2 (#98) #30

Workflow file for this run

# This action runs every day at 6 AM and on every push
# If the branch it's running on is main then it will run snyk monitor (reports vulnerabilities to snyk.io)
# Otherwise it will run snyk test
name: Snyk
on:
push:
branches:
- main
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: guardian-dotcom-n2y
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}