diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 4f8b430e..e5ca75c3 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -63,6 +63,8 @@ jobs: run: docker-compose logs - name: Security Checks run: docker-compose exec -T php composer req sensiolabs/security-checker + - name: Database Check + run: docker-compose exec -T php bin/console doctrine:schema:validate - name: Chores run: docker-compose down - name: Login to DockerHub Registry diff --git a/api/helm/values.yaml b/api/helm/values.yaml index 7f4d3075..18c2d9e3 100644 --- a/api/helm/values.yaml +++ b/api/helm/values.yaml @@ -10,7 +10,13 @@ settings: version: V.0.1 description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.'' repro: 'https://github.com/ConductionNL/Proto-component-commonground' - domain: conduction.nl + domain: conduction.nl + organisationName: Conduction + email: info@conduction.nl + country: Netherlands + state: Noord-Holland + locality: Amsterdam + unit: Common-Ground demo: pc.zaakonline.nl env: dev debug: 1