Skip to content

fix(deps): update module github.com/onsi/gomega to v1.36.2 #1940

fix(deps): update module github.com/onsi/gomega to v1.36.2

fix(deps): update module github.com/onsi/gomega to v1.36.2 #1940

Workflow file for this run

name: trivy
on:
push:
branches: [main]
pull_request:
release:
types: [published]
tags:
- v*
jobs:
trivy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
scan-ref: '.'
exit-code: '1'
- name: Run Trivy vulnerability scanner in config mode
uses: aquasecurity/[email protected]
with:
scan-type: 'config'
scan-ref: '.'
exit-code: '1'
skip-files: kind_registry.yaml
skip-dirs: config,demo