Skip to content

Commit

Permalink
Merge pull request #2444 from opengovern/fix-queries
Browse files Browse the repository at this point in the history
Fix queries
  • Loading branch information
artaasadi authored Jan 13, 2025
2 parents 99d5056 + c50af77 commit bc8ae5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ jobs:
name: build
path: build.tar.gz
retention-days: 1
deploy-steampipe:
deploy-cloudql:
runs-on: ubuntu-latest
needs:
- build
- tag
- deploy-steampipe-base
- deploy-cloudql-base
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -188,12 +188,12 @@ jobs:
build-args: |
PLUGIN_REGISTRY=ghcr.io/opengovern
context: .
deploy-steampipe-base:
deploy-cloudql-base:
runs-on: ubuntu-latest
needs:
- build
- tag
- deploy-cloudql
- deploy-cloudql-plugin
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -342,8 +342,8 @@ jobs:
needs:
- build
- tag
- deploy-cloudql-plugin
- deploy-cloudql
- deploy-steampipe
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -382,8 +382,8 @@ jobs:
needs:
- build
- tag
- deploy-cloudql-plugin
- deploy-cloudql
- deploy-steampipe
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -708,7 +708,7 @@ jobs:
context: .


deploy-cloudql:
deploy-cloudql-plugin:
runs-on: ubuntu-latest
needs:
- build
Expand Down Expand Up @@ -766,8 +766,8 @@ jobs:
needs:
- build
- tag
- deploy-cloudql-plugin
- deploy-cloudql
- deploy-steampipe
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -806,8 +806,8 @@ jobs:
needs:
- build
- tag
- deploy-cloudql-plugin
- deploy-cloudql
- deploy-steampipe
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -845,8 +845,8 @@ jobs:
needs:
- build
- tag
- deploy-cloudql-plugin
- deploy-cloudql
- deploy-steampipe
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_bak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pg_dump --host "localhost" --port "5432" --username "postgres" --no-password --f
pg_dump --host "localhost" --port "5432" --username "postgres" --no-password --format=t --blobs --no-owner --no-privileges --no-comments --no-subscriptions --verbose "auth" > auth.bak
pg_dump --host "localhost" --port "5432" --username "postgres" --no-password --format=t --blobs --no-owner --no-privileges --no-comments --no-subscriptions --verbose "compliance" > compliance.bak
pg_dump --host "localhost" --port "5432" --username "postgres" --no-password --format=t --blobs --no-owner --no-privileges --no-comments --no-subscriptions --verbose "dex" > dex.bak
pg_dump --host "localhost" --port "5432" --username "postgres" --no-password --format=t --blobs --no-owner --no-privileges --no-comments --no-subscriptions --verbose "core" > core.bak
pg_dump --host "localhost" --port "5432" --username "postgres" --no-password --format=t --blobs --no-owner --no-privileges --no-comments --no-subscriptions --verbose "core" --exclude-table=platform_configurations > core.bak

0 comments on commit bc8ae5f

Please sign in to comment.