Skip to content

Merge remote-tracking branch 'refs/remotes/origin/main' #348

Merge remote-tracking branch 'refs/remotes/origin/main'

Merge remote-tracking branch 'refs/remotes/origin/main' #348

Workflow file for this run

name: Go vulnerability checking
on:
schedule:
- cron: "35 2 * * *"
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.20.0"
- run: go version
- name: check for go vulnerabilities
uses: kmulvey/[email protected]