Skip to content

Bump the k8s-io group with 4 updates #45

Bump the k8s-io group with 4 updates

Bump the k8s-io group with 4 updates #45

Workflow file for this run

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