diff --git a/.github/workflows/app-components-tf-test.yaml b/.github/workflows/app-components-tf-test.yaml index c407ca14..27e80bf1 100644 --- a/.github/workflows/app-components-tf-test.yaml +++ b/.github/workflows/app-components-tf-test.yaml @@ -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 @@ -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