Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/.github/workflows/snyk.yml

20 lines
428 B

name: Snyk Monitor Scanning
on:
release:
types: [published]
push:
branches:
- 'main'
- 'master'
- 'release-[0-9]+.[0-9]+.x'
workflow_dispatch:
jobs:
snyk-scan-ci:
uses: 'grafana/security-github-actions/.github/workflows/snyk_monitor.yml@main'
permissions:
contents: "read"
id-token: "write"
pull-requests: "write"
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}