Skip to content

fix(deps): update kubernetes packages to v0.32.1 #378

fix(deps): update kubernetes packages to v0.32.1

fix(deps): update kubernetes packages to v0.32.1 #378

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Go
uses: actions/setup-go@v5
with:
cache: true
go-version-file: 'go.mod'
- name: Run tests
run: make ci-test
- name: Send test coverage to Codecov
uses: codecov/codecov-action@v3
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected]
with:
scan-type: "fs"
ignore-unfixed: true
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
exit-code: "1"