Skip to content

update-snyk

update-snyk #151

Workflow file for this run

name: update-snyk
on:
schedule:
- cron: "0 12 * * 1"
workflow_dispatch: {}
jobs:
update-snyk:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
node-version: '16'
scan-commands: snyk monitor
secrets:
token: ${{ secrets.SNYK_TOKEN }}