Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Update ci.yml

Update ci.yml #48

Workflow file for this run

name: Snyk
on:
push:
branches:
- main
workflow_dispatch:
jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
ORG: guardian-security
SKIP_PYTHON: false
PYTHON_VERSION: 3.9
PIP_REQUIREMENTS_FILES: requirements.txt
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}