File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33These scripts can be used to estimate the cost caused by infra clusters within the last 30 days.
44They are available as a GitHub workflow with a manual dispatch.
55
6- If you have access privileges to BigQuery in the ` stackrox-infra ` project, you may also run the scripts directly like:
6+ If you have access privileges to BigQuery in the ` acs-team-automation ` project, you may also run the scripts directly like:
77
88``` bash
99./scripts/cost-estimation/calculate-costs.sh
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ touch "${HOME}/.bigqueryrc"
77
88bq query \
99 --nouse_legacy_sql \
10- --project_id stackrox-infra \
10+ --project_id acs-team-automation \
1111 --format prettyjson \
1212< " ${WORKING_DIR} /total-time-consumed.sql" \
1313| python3 " ${WORKING_DIR} /render_costs.py"
You can’t perform that action at this time.
0 commit comments