Update SNMP topics to add note about the version of Prometheus snmp_e… #1035
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |