Cert Bund advisories Feed not updated

Hi,

I run this script everyday.

#!/usr/bin/env bash

#env variable set
export DOWNLOAD_DIR=$HOME/greenbone-community-container

#update containers
docker-compose -f $DOWNLOAD_DIR/docker-compose.yml -p greenbone-community-edition pull notus-data vulnerability-tests scap-data dfn-cert-data cert-bund-data report-formats data-objects

#copy files
docker-compose -f $DOWNLOAD_DIR/docker-compose.yml -p greenbone-community-edition up -d notus-data vulnerability-tests scap-data dfn-cert-data cert-bund-data report-formats data-objects

This is the outcome

Any idea why the Cert Bund is not updating?

Seems others also have this issue ATM. If you would like to know about the logs specific to Docker containers feed-sync, you can find some information here at the Greenbone Community Portal Docker containers workflow. This section outlines what you should be looking for in the logs with respect to feed sync/updates and may help you identify whether the updated container volumes are not being downloaded, or alternatively not being loaded.