mirror of https://github.com/fluxcd/flux2.git
Snyk GitHub Action added
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>pull/932/head
parent
12f22ddeba
commit
28d606cb0e
@ -0,0 +1,15 @@
|
||||
name: Snyk
|
||||
on: [push]
|
||||
jobs:
|
||||
security:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Run Snyk to check for vulnerabilities
|
||||
uses: snyk/actions/golang@master
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
- name: Upload result to GitHub Code Scanning
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
sarif_file: snyk.sarif
|
Loading…
Reference in New Issue