Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

update-snyk

update-snyk #252

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-go: true
scan-commands: snyk monitor
secrets:
token: ${{ secrets.SNYK_TOKEN }}