[K9VULN-14992] Use install-datadog-ci-github-action for datadog-ci install#54
Merged
piloulacdog merged 1 commit intoMay 19, 2026
Conversation
piloulacdog
commented
May 18, 2026
|
|
||
| case "$RUNNER_ARCH" in | ||
| X64) SBOMGEN_ARCH="amd64" ; DDCI_ARCH="x64" ;; | ||
| ARM64) SBOMGEN_ARCH="arm64" ; DDCI_ARCH="arm64" ;; |
Contributor
Author
There was a problem hiding this comment.
Removed DDCI_OS / DDCI_ARCH env exports (no longer needed: the upstream action resolves its own platform); the Windows arch guard now reads $RUNNER_ARCH directly.
|
|
||
| echo "Uploading results to Datadog" | ||
| "$DDCI_PATH" sbom upload --source github-action --service datadog-sbom-generator --env ci "$OUTPUT_FILE" || exit 1 | ||
| datadog-ci sbom upload --source github-action --service datadog-sbom-generator --env ci "$OUTPUT_FILE" || exit 1 |
Contributor
Author
There was a problem hiding this comment.
The SBOM upload step now invokes datadog-ci directly (the upstream action puts the binary on $GITHUB_PATH) instead of $DDCI_PATH.
dastrong
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Motivation
Per the datadog-ci team's feedback, this action's bespoke
datadog-ciinstaller (curl + checksum + chmod, ~43 lines) duplicates work that the officialDataDog/install-datadog-ci-github-actionalready handles. Adopting it reduces maintenance cost, lets future upstreamdatadog-cifixes reach users automatically, and closes GitHub issue #49.📝 Summary
action.ymlwithuses: DataDog/install-datadog-ci-github-action@6d7f0c7c5402a4b1912055b76970ca76bef71fe5 # v1.0.4, pinningversion: v5.12.1to match current behavior.🚧 Staging validation
🆘 Recovery
Notes for on-call - select only one: