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

Update example to use 2.6.1 release #33

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Regula Terraform
steps:
- uses: actions/checkout@master
- uses: fugue/regula-action@v2.5.0
- uses: fugue/regula-action@mbainter:feature/update-release
with:
input_path: infra_tf
rego_paths: example_custom_rule
Expand All @@ -16,7 +16,7 @@ jobs:
name: Regula CloudFormation
steps:
- uses: actions/checkout@master
- uses: fugue/regula-action@v2.5.0
- uses: fugue/regula-action@mbainter:feature/update-release
with:
input_path: infra_cfn/cloudformation.yaml

Expand All @@ -25,7 +25,7 @@ jobs:
name: Regula Valid CloudFormation
steps:
- uses: actions/checkout@master
- uses: fugue/regula-action@v2.5.0
- uses: fugue/regula-action@mbainter:feature/update-release
with:
input_path: infra_valid_cfn/cloudformation.yaml

Expand All @@ -34,7 +34,7 @@ jobs:
name: Regula multiple CloudFormation templates
steps:
- uses: actions/checkout@master
- uses: fugue/regula-action@v2.5.0
- uses: fugue/regula-action@mbainter:feature/update-release
with:
input_path: '*/cloudformation.yaml'

Expand All @@ -43,7 +43,7 @@ jobs:
name: Regula on CloudFormation and Terraform
steps:
- uses: actions/checkout@master
- uses: fugue/regula-action@v2.5.0
- uses: fugue/regula-action@mbainter:feature/update-release
with:
input_path: |
infra_cfn/cloudformation.yaml
Expand All @@ -67,7 +67,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- uses: fugue/regula-action@v2.5.0
- uses: fugue/regula-action@mbainter:feature/update-release
with:
input_path: infra_tf/plan.json
input_type: tf-plan
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
env:
global:
- PATH="$HOME/.local/bin:$PATH"
- REGULA_VERSION=2.5.0
- REGULA_VERSION=2.6.1

before_script:
- mkdir "$HOME/.local/bin"
Expand Down