this may or may not work, idk ask chatgpt (aka john)
All checks were successful
Check Kubernetes YAMLs / scan (push) Successful in 21s
All checks were successful
Check Kubernetes YAMLs / scan (push) Successful in 21s
This commit is contained in:
parent
f47622c946
commit
c3343014d2
@ -16,6 +16,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: "1.23.1"
|
go-version: "1.23.1"
|
||||||
|
|
||||||
|
- name: Cache Go modules
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
~/.cache/go-build
|
||||||
|
~/go/pkg/mod
|
||||||
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: Install kube-linter
|
- name: Install kube-linter
|
||||||
run: |
|
run: |
|
||||||
go install golang.stackrox.io/kube-linter/cmd/kube-linter@latest
|
go install golang.stackrox.io/kube-linter/cmd/kube-linter@latest
|
||||||
|
Reference in New Issue
Block a user