Skip to content

Commit

Permalink
ci: add kubsec ci check
Browse files Browse the repository at this point in the history
this commit adding kubesec github action ci check

Signed-off-by: subhamkrai <[email protected]>
  • Loading branch information
subhamkrai committed Jul 4, 2024
1 parent 5b92fc6 commit d26095a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,16 @@ jobs:
go-version-file: go.mod
- name: govulncheck
uses: golang/govulncheck-action@v1

kubsec:
name: kubsec
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run kubesec scanner
uses: controlplaneio/kubesec-action@master

0 comments on commit d26095a

Please sign in to comment.