We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ac864 commit 78947acCopy full SHA for 78947ac
1 file changed
.github/workflows/analyze-changes.yaml
@@ -107,11 +107,12 @@ jobs:
107
with:
108
sarif_file: 'trivy-results.sarif'
109
110
+ - name: Install datadog-ci
111
+ uses: DataDog/install-datadog-ci-github-action@6d7f0c7c5402a4b1912055b76970ca76bef71fe5 # v1.0.4
112
+ with:
113
+ version: v5.16.1
114
- name: Upload results to Datadog CI Static Analysis
- run: |
- wget --no-verbose https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64 -O datadog-ci
- chmod +x datadog-ci
- ./datadog-ci sarif upload trivy-results.sarif --service dd-trace-java --env ci
115
+ run: datadog-ci sarif upload trivy-results.sarif --service dd-trace-java --env ci
116
env:
117
DD_API_KEY: ${{ secrets.DATADOG_API_KEY_PROD }}
118
DD_SITE: datadoghq.com
0 commit comments