From 9d103ee7e4f1a08fe8d1e66f20d79dacd74df32f Mon Sep 17 00:00:00 2001 From: Laplie Anderson Date: Tue, 4 Aug 2026 12:21:04 -0400 Subject: [PATCH 1/2] Update exploration-tests.yml --- .gitlab/exploration-tests.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitlab/exploration-tests.yml b/.gitlab/exploration-tests.yml index dce53b1faeb..98d1db7f32c 100644 --- a/.gitlab/exploration-tests.yml +++ b/.gitlab/exploration-tests.yml @@ -7,8 +7,19 @@ build-exploration-tests-image: needs: [] tags: [ "arch:amd64" ] image: $REGISTRY/docker:27.3.1 + id_tokens: + DDSIGN_ID_TOKEN: + aud: image-integrity script: - - docker buildx build --tag $EXPLORATION_TESTS_IMAGE -f dd-java-agent/agent-debugger/exploration-tests/Dockerfile.exploration-tests --push dd-java-agent/agent-debugger/exploration-tests + - METADATA_FILE=$(mktemp) + - > + docker buildx build + --tag $EXPLORATION_TESTS_IMAGE + --file dd-java-agent/agent-debugger/exploration-tests/Dockerfile.exploration-tests + --push + --metadata-file ${METADATA_FILE} + dd-java-agent/agent-debugger/exploration-tests + - ddsign $EXPLORATION_TESTS_IMAGE --docker-metadata-file ${METADATA_FILE} .common-exploration-tests: &common-exploration-tests rules: From a459438728c6e594f3cf2ded1cf33571f97a1e0b Mon Sep 17 00:00:00 2001 From: Laplie Anderson Date: Tue, 4 Aug 2026 12:37:08 -0400 Subject: [PATCH 2/2] missed "sign" --- .gitlab/exploration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/exploration-tests.yml b/.gitlab/exploration-tests.yml index 98d1db7f32c..92fb751a982 100644 --- a/.gitlab/exploration-tests.yml +++ b/.gitlab/exploration-tests.yml @@ -19,7 +19,7 @@ build-exploration-tests-image: --push --metadata-file ${METADATA_FILE} dd-java-agent/agent-debugger/exploration-tests - - ddsign $EXPLORATION_TESTS_IMAGE --docker-metadata-file ${METADATA_FILE} + - ddsign sign $EXPLORATION_TESTS_IMAGE --docker-metadata-file ${METADATA_FILE} .common-exploration-tests: &common-exploration-tests rules: