Skip to content

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 in /hack/runtime-migrator #1407

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 in /hack/runtime-migrator

Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 in /hack/runtime-migrator #1407

Workflow file for this run

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