Skip to content

Commit

Permalink
fix: Workflow action def
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 3a86978 commit f3fb366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tf-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
description: 'Mondoo Service Account'
required: true
jobs:

analyze_tf:
runs-on: ubuntu-latest

Expand All @@ -30,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@main
uses: infralovers/.github/.github/workflows/terraform-analyse
with:
tfdir: ${{ inputs.tfdir }}
mondoo_service_account: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}

0 comments on commit f3fb366

Please sign in to comment.