Skip to content

fix(deps): bump golang.stackrox.io/kube-linter from 0.6.8 to 0.7.1 #56

fix(deps): bump golang.stackrox.io/kube-linter from 0.6.8 to 0.7.1

fix(deps): bump golang.stackrox.io/kube-linter from 0.6.8 to 0.7.1 #56

Workflow file for this run

name: tests
on:
pull_request:
branches: [ '*' ]
push:
branches:
- "main"
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: false
- run: |
make \
test