Skip to content

Bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.4 #51

Bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.4

Bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.4 #51

Workflow file for this run

name: govuln
on:
pull_request:
push:
branches:
- master
- release/**
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
- uses: actions/checkout@v2
with:
submodules: true
- name: install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: govuln sec scan
run: govulncheck ./...