mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
removing snyk workflow (#4850)
This commit is contained in:
17
.github/workflows/snyk.yml
vendored
17
.github/workflows/snyk.yml
vendored
@ -1,17 +0,0 @@
|
||||
name: Snyk Monitor Scanning
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
snyk-scan-ci:
|
||||
# only run in grafana/tempo.
|
||||
if: github.repository == 'grafana/tempo'
|
||||
uses: 'grafana/security-github-actions/.github/workflows/snyk_monitor.yml@main'
|
||||
secrets:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
Reference in New Issue
Block a user