Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 #28

Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1

Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 #28

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 }}