Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replace rego with plain javascript (#177)
* feat: replace rego with plain javascript Replace the rego that checks for output and resource changes with plain old javascript that does the samething without having to compile the rego to web assembly thus making it harder for us to validate the at outside contributors (and inside ones) are not doing anything malicous * fix: remove shellcheck * chore: remove unneeded test file
- Loading branch information