Skip to content

chore: bump docker/metadata-action from 5.0.0 to 5.1.0 #376

chore: bump docker/metadata-action from 5.0.0 to 5.1.0

chore: bump docker/metadata-action from 5.0.0 to 5.1.0 #376

Workflow file for this run

name: govulncheck
on:
push:
schedule:
- cron: '0 12 * * 6'
permissions:
contents: read
jobs:
govulncheck:
runs-on: ubuntu-22.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
cache: true
go-version: 1.21.4
- name: Install govulncheck Vulnerability Scanner
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck Vulnerability Scanner
run: govulncheck -show=stacks ./...