Skip to content

Bump k8s.io/apimachinery from 0.30.3 to 0.31.0 #872

Bump k8s.io/apimachinery from 0.30.3 to 0.31.0

Bump k8s.io/apimachinery from 0.30.3 to 0.31.0 #872

Workflow file for this run

name: security-checks
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
govuln:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: vulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.4
go-package: ./...