Skip to content

Bump the k8s-io group with 3 updates #167

Bump the k8s-io group with 3 updates

Bump the k8s-io group with 3 updates #167

Workflow file for this run

name: Snyk
on:
push:
branches:
- main
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@v1
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}