mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Snyk Workflow add (#62902)
* Snyk Workflow add * CODEOWNERS update * Remove master branch name
This commit is contained in:
parent
16b416b88b
commit
71b7c62021
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@ -600,6 +600,7 @@ embed.go @grafana/grafana-as-code
|
|||||||
/.github/workflows/scripts/pr-get-job-link.js @grafana/plugins-platform-frontend
|
/.github/workflows/scripts/pr-get-job-link.js @grafana/plugins-platform-frontend
|
||||||
/.github/workflows/stale.yml @grafana/user-essentials
|
/.github/workflows/stale.yml @grafana/user-essentials
|
||||||
/.github/workflows/update-changelog.yml @grafana/grafana-release-eng
|
/.github/workflows/update-changelog.yml @grafana/grafana-release-eng
|
||||||
|
/.github/workflows/snyk.yml @grafana/security-team
|
||||||
|
|
||||||
|
|
||||||
# Conf
|
# Conf
|
||||||
|
14
.github/workflows/snyk.yml
vendored
Normal file
14
.github/workflows/snyk.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Snyk Monitor Scanning
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
snyk-scan-ci:
|
||||||
|
uses: 'grafana/security-github-actions/.github/workflows/snyk_monitor.yml@main'
|
||||||
|
secrets:
|
||||||
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
Loading…
Reference in New Issue
Block a user