You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# docker compose -f compose.audit.yaml run --rm audit
#
# stackql/stackql runs as the query server; a stock python image downloads the
# pinned audit engine and drives it over the Postgres wire. Empty clouds are
# skipped. Findings -> cicd/audit/output/.
services:
stackql:
image: ${STACKQL_IMAGE:-stackql/stackql:latest}
env_file: [cicd/audit/.env.audit]
command:
- bash
- -c
- |
for pv in aws:$${AWS_PROVIDER_VERSION:-v26.07.00414} google:$${GOOGLE_PROVIDER_VERSION:-v25.12.00357} azure:$${AZURE_PROVIDER_VERSION:-v26.07.00420} entra_id:$${ENTRA_PROVIDER_VERSION:-v26.06.00405}; do