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 1fe0eac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file added .github/workflows/kubesec.yaml
Empty file.
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/[email protected]

0 comments on commit 1fe0eac

Please sign in to comment.