Skip to content

Commit

Permalink
Removed regula from github actions and codebase (#837)
Browse files Browse the repository at this point in the history
* Removed regula from github actions and codebase

* Removed regula-lint.yaml from circle CI
  • Loading branch information
bigbitbus authored Apr 18, 2022
1 parent b99b18d commit 0317ca4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 144 deletions.
14 changes: 0 additions & 14 deletions .circleci/src/jobs/regula-lint.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,6 @@ jobs:
terraform version
terraform fmt -recursive -check ./modules
regula_lint:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install regula
run: |
cd modules
wget -O regula_1.0.0_Linux_x86_64.tar.gz https://github.com/fugue/regula/releases/download/v1.0.0/regula_1.0.0_Linux_x86_64.tar.gz
tar -xvf regula_1.0.0_Linux_x86_64.tar.gz
- name: Run regula
run: |
cd modules
./regula run --include config.rego .
python:
runs-on: ubuntu-18.04
steps:
Expand Down
116 changes: 0 additions & 116 deletions modules/config.rego

This file was deleted.

0 comments on commit 0317ca4

Please sign in to comment.