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 0607528 commit 17b6f98Copy full SHA for 17b6f98
.github/workflows/security.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - master
8
9
jobs:
10
check-quality:
@@ -12,7 +13,7 @@ jobs:
12
13
env:
14
DD_API_KEY: ${{ secrets.DD_API_KEY }}
15
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
- DD_SERVICE: go-corellium-api-client
16
+ DD_SERVICE: js-client-api
17
DD_ENV: ci
18
steps:
19
- name: Checkout
@@ -59,4 +60,4 @@ jobs:
59
60
# Run OSV Scanner and scan your dependencies
61
/osv-scanner/osv-scanner --skip-git -r --experimental-only-packages --format=cyclonedx-1-5 --paths-relative-to-scan-dir --output=sbom.json .
62
# Upload results to Datadog
- npx @datadog/datadog-ci sbom upload sbom.json
63
+ npx @datadog/datadog-ci sbom upload sbom.json
0 commit comments