Skip to content

This is to handle myriad ways that git revision can be used. (#6803) #1740

This is to handle myriad ways that git revision can be used. (#6803)

This is to handle myriad ways that git revision can be used. (#6803) #1740

Workflow file for this run

name: Snyk Monitor Scanning
on:
release:
types: [published]
push:
branches:
- 'main'
- 'master'
workflow_dispatch:
jobs:
snyk-scan-ci:
uses: 'grafana/security-github-actions/.github/workflows/snyk_monitor.yml@main'
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}