Skip to content

Checks

Checks #3

Workflow file for this run

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 }}