Skip to content

Commit

Permalink
fixed app component
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed Sep 17, 2024
1 parent cf14de2 commit 854cd9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-components-tf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: "Validatation (format & syntax)"
defaults:
run:
working-directory: ./software-development-optimization-terraform
working-directory: ./application-components
steps:
- uses: actions/checkout@v4
name: Checkout source code
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

- uses: bridgecrewio/checkov-action@master
with:
directory: 'software-development-optimization-terraform/'
directory: 'application-components/'
quiet: true
framework: terraform
output_format: cli
Expand Down

0 comments on commit 854cd9e

Please sign in to comment.