Skip to content

Commit

Permalink
test: testing powerpipe workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed Nov 8, 2024
1 parent a3e3764 commit 5b1d6bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/powerpipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
type: string
default: 'AWS'
mod_url:
mod_url:
description: 'Powerpipe Mod URL. Get URL from here: https://hub.powerpipe.io/'
required: false
type: string
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install Powerpipe
uses: turbot/powerpipe-action-setup@v1

- name: Start steampipe service # start steampipe service - powerpipe will connect to this running steampipe postgres database
- name: Start steampipe service
run: |
steampipe service start
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
## Terraform Compliance Report
${{ env.md_content }}
continue-on-error: true
...
...

0 comments on commit 5b1d6bd

Please sign in to comment.