Skip to content

Commit

Permalink
Add the ClearlyDefined certifier to the demo compose file (guacsec#2129)
Browse files Browse the repository at this point in the history
Fixes guacsec#2128

Signed-off-by: Ben Cotton <ben@kusari.dev>
  • Loading branch information
funnelfiasco authored Sep 11, 2024
1 parent 9c7f881 commit c22cf02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions container_files/guac-demo-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ services:
graphql:
condition: service_healthy

cd-certifier:
image: $GUAC_IMAGE
command: "/opt/guac/guacone certifier cd -p --csub-addr=collectsub:2782 --gql-addr=http://graphql:8080/query"
working_dir: /guac
restart: on-failure
depends_on:
collectsub:
condition: service_healthy
graphql:
condition: service_healthy

osv-certifier:
image: $GUAC_IMAGE
command: "/opt/guac/guacone certifier osv -p --csub-addr=collectsub:2782 --gql-addr=http://graphql:8080/query"
Expand Down

0 comments on commit c22cf02

Please sign in to comment.