We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cb473 commit 2630d0fCopy full SHA for 2630d0f
.github/workflows/security.yml
@@ -41,8 +41,6 @@ jobs:
41
env:
42
DD_API_KEY: ${{ secrets.DD_API_KEY }}
43
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
44
- DD_SERVICE: go-corellium-api-client
45
- DD_ENV: ci
46
steps:
47
- name: Checkout
48
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -62,4 +60,4 @@ jobs:
62
60
# Run OSV Scanner and scan your dependencies
63
61
/osv-scanner/osv-scanner --skip-git -r --experimental-only-packages --format=cyclonedx-1-5 --paths-relative-to-scan-dir --output=sbom.json .
64
# Upload results to Datadog
65
- npx @datadog/datadog-ci sbom upload sbom.json
+ npx @datadog/datadog-ci sbom upload sbom.json
0 commit comments