Skip to content

Commit

Permalink
Add Snyk Integration (closes #154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and jbeemster committed Jul 17, 2020
1 parent 97fb43e commit 885fb6e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/snyk.yml
@@ -0,0 +1,21 @@

name: Snyk

on:
push:
branches: [ master ]

jobs:
security:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
with:
command: monitor
args: --project-name=sql-runner
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 885fb6e

Please sign in to comment.