Skip to content

Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 #23

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

Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 #23

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