Skip to content

Commit

Permalink
chore: update kubelinter snippets (#21)
Browse files Browse the repository at this point in the history
Update example config and CI snippet

---------

Signed-off-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>
  • Loading branch information
srijan-deepsource authored Jan 2, 2024
1 parent 6bb284f commit 8568fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ version = 1

[[analyzers]]
name = "kube-linter"
type = "community"
2 changes: 1 addition & 1 deletion analyzers/kube-linter/CI/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
curl https://deepsource.io/cli | sh
# Send the report to DeepSource
./bin/deepsource report --analyzer kube-linter --value-file ./kube-linter.sarif
./bin/deepsource report --analyzer kube-linter --analyzer-type community --value-file ./kube-linter.sarif
# Ensure the workflow eventually fails if files did not pass kube-linter checks.
- name: Verify kube-linter-action succeeded
Expand Down

0 comments on commit 8568fed

Please sign in to comment.