Skip to content

Commit

Permalink
docs: add link to cel playground (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm authored Jun 23, 2023
1 parent c7d3592 commit 6cbf06c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/custom-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ mycluster-mycheck-4edd75cb85a4 mycluster mycheck Required labels Low
All Marvin checks are similar to the `CustomCheck` API.
You can see them in the [`internal/builtins`](https://github.com/undistro/marvin/tree/main/internal/builtins) folder for examples.

If you want to quickly test CEL expressions from your browser, check out the [CEL Playground](https://playcel.undistro.io/).

Some examples of Marvin built-in checks expressions:

- [HostPath volumes must be forbidden](https://github.com/undistro/marvin/blob/main/internal/builtins/pss/baseline/M-104_host_path_volumes.yml)
Expand Down

0 comments on commit 6cbf06c

Please sign in to comment.