Skip to content

Commit

Permalink
feat: replace rego with plain javascript (#177)
Browse files Browse the repository at this point in the history
* 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
CalvinRodo authored Mar 28, 2023
1 parent 26fbdfe commit ac0a542
Show file tree
Hide file tree
Showing 13 changed files with 344 additions and 7,931 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
- run: npm run lint
- run: npm run format:check
- run: npm audit
- run: npm test
- run: docker run -v "$PWD:/mnt" koalaman/shellcheck:v0.7.2 -P ./bin/ -x ./src/**/*.sh
- run: npm test
Loading

0 comments on commit ac0a542

Please sign in to comment.