Skip to content

Commit

Permalink
Merge 83af48c into 1fc9d0a
Browse files Browse the repository at this point in the history
  • Loading branch information
paulboocock committed Jul 17, 2020
2 parents 1fc9d0a + 83af48c commit 206c010
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 206c010

Please sign in to comment.