Skip to content

Commit

Permalink
Include the missing secrets for the compose product update
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and nichtsfrei committed Dec 11, 2024
1 parent ff5c607 commit d120b91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,12 @@ jobs:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN}}
cosign_key_opensight: ${{ secrets.COSIGN_KEY_OPENSIGHT }}
cosign_password_opensight: ${{ secrets.COSIGN_KEY_PASSWORD_OPENSIGHT }}
greenbone_bot_token: ${{ secrets.GREENBONE_BOT_TOKEN }}
greenbone_registry: ${{ vars.GREENBONE_REGISTRY }}
greenbone_registry_user: ${{ secrets.GREENBONE_REGISTRY_USER }}
greenbone_registry_token: ${{ secrets.GREENBONE_REGISTRY_TOKEN }}
greenbone_registry_replication_user: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_USER }}
greenbone_registry_replication_token: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_TOKEN }}
mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
with:
is_latest_tag: ${{needs.init.outputs.docker_build_is_latest}}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ on:
required: true
cosign_password_opensight:
required: true
greenbone_bot_token:
required: true
greenbone_registry:
required: true
greenbone_registry_user:
required: true
greenbone_registry_token:
required: true
greenbone_registry_replication_user:
required: false
greenbone_registry_replication_token:
required: false
mattermost_webhook_url:
required: true

Expand Down Expand Up @@ -147,7 +153,10 @@ jobs:
COSIGN_KEY_PASSWORD_OPENSIGHT: ${{ secrets.cosign_password_opensight }}
DOCKERHUB_USERNAME: ${{ secrets.dockerhub_user }}
DOCKERHUB_TOKEN: ${{ secrets.dockerhub_token }}
GREENBONE_BOT_TOKEN: ${{ secrets.greenbone_bot_token }}
GREENBONE_REGISTRY: ${{ secrets.greenbone_registry }}
GREENBONE_REGISTRY_USER: ${{ secrets.greenbone_registry_user }}
GREENBONE_REGISTRY_TOKEN: ${{ secrets.greenbone_registry_token }}
GREENBONE_REGISTRY_REPLICATION_USER: ${{ secrets.greenbone_registry_replication_user }}
GREENBONE_REGISTRY_REPLICATION_TOKEN: ${{ secrets.greenbone_registry_replication_token }}
MATTERMOST_WEBHOOK_URL: ${{ secrets.mattermost_webhook_url }}

0 comments on commit d120b91

Please sign in to comment.