Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed regula from github actions and codebase #837

Merged
merged 2 commits into from
Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.