Skip to content

Go vulnerability checking #380

Go vulnerability checking

Go vulnerability checking #380

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]