Skip to content

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 #21

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 #21

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