Skip to content

Commit

Permalink
fix(RD-1157): Failed jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Jul 25, 2023
1 parent 6952d36 commit 9f50f96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform:
updates:
- package-ecosystem: "terraform"
directory:
- "modules/aws-security-hub-opsgenie"
- "modules/security-hub"
- "modules/billing"
- "modules/dashboard"
- "modules/eventbridge"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
path:
- ./
- modules/alerts
- modules/aws-security-hub-opsgenie
- modules/security-hub
- modules/billing
- modules/cloudwatch-alarm-actions
- modules/dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
path:
- modules/aws-security-hub-opsgenie
- modules/security-hub
- modules/billing
- modules/dashboard
- modules/eventbridge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
path:
- modules/alerts
- modules/aws-security-hub-opsgenie
- modules/security-hub
- modules/billing
- modules/cloudwatch-alarm-actions
- modules/dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
path:
- modules/alerts
- modules/aws-security-hub-opsgenie
- modules/security-hub
- modules/billing
- modules/cloudwatch-alarm-actions
- modules/dashboard
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git config core.hooksPath githooks


## What
- aws-security-hub-opsgenie
- security-hub
- aws-billing
- eventbridge
- pre-commit hooks
Expand Down

0 comments on commit 9f50f96

Please sign in to comment.