Skip to content

Commit

Permalink
Merge branch 'main' into feat/deduplicate_clouds_table
Browse files Browse the repository at this point in the history
  • Loading branch information
garloff authored Oct 13, 2024
2 parents 3423dad + f3f5e96 commit fb65788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compliance-monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
environment:
- SCM_DB_HOST=postgres
- SCM_DB_PASSWORD_FILE=/run/secrets/db_password
- SCM_BASE_URL=https://compliance.sovereignit.cloud/
volumes:
- ../Tests:/Tests
- ./bootstrap.yaml:/code/bootstrap.yaml
Expand Down
2 changes: 1 addition & 1 deletion compliance-monitor/templates/overview.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ we could of course iterate over results etc., but hardcode the table (except the
for the time being to have the highest degree of control
-#}
{% set iaas = '50393e6f-2ae1-4c5c-a62c-3b75f2abef3f' -%}
| Name | Description | Operator | [SCS-compatible IaaS]({{ scope_url(iaas) }}) | HealthMon |
| Name | Description | Operator | [SCS-compatible IaaS](https://docs.scs.community/standards/scs-compatible-iaas/) | HealthMon |
|-------|--------------|-----------|----------------------|:----------:|
| [gx-scs](https://github.com/SovereignCloudStack/docs/blob/main/community/cloud-resources/plusserver-gx-scs.md) | Dev environment provided for SCS & GAIA-X context | plusserver GmbH |
{#- #} [{{ results | passed('gx-scs', iaas) or '–' }}]({{ detail_url('gx-scs', iaas) }}) {# -#}
Expand Down

0 comments on commit fb65788

Please sign in to comment.