Skip to content

Commit

Permalink
fix: Seperate action
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed May 14, 2024
1 parent f3fb366 commit 3b39cb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/terraform-analyse/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tf-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: run terraform anlysis
if: ( steps.detect.outputs.all_changed_files != '' && always() ) || ( github.event_name == 'workflow_dispatch' && always() )
uses: infralovers/.github/.github/workflows/terraform-analyse
uses: infralovers/terraform-analyse-action@main
with:
tfdir: ${{ inputs.tfdir }}
mondoo_service_account: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}

0 comments on commit 3b39cb5

Please sign in to comment.