Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update github-actions #135

Update github-actions

Update github-actions #135

Workflow file for this run

name: Snyk
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '31 10 * * 0'
permissions:
contents: read
jobs:
snyk:
name: Snyk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@3e2680e8df93a24b52d119b1305fb7cedc60ceae # pin@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif