Skip to content

Commit

Permalink
Merge pull request #299 from qinqon/integrate-snyk
Browse files Browse the repository at this point in the history
gh-actions: integrate snyk
  • Loading branch information
qinqon authored Apr 5, 2024
2 parents e1e543b + 2cbd79b commit 8b3acfc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Checks
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
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 }}

0 comments on commit 8b3acfc

Please sign in to comment.