Skip to content

Commit 2630d0f

Browse files
author
Lenard Gutierrez
committed
Update security workflow permissions
1 parent 67cb473 commit 2630d0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
env:
4242
DD_API_KEY: ${{ secrets.DD_API_KEY }}
4343
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
44-
DD_SERVICE: go-corellium-api-client
45-
DD_ENV: ci
4644
steps:
4745
- name: Checkout
4846
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -62,4 +60,4 @@ jobs:
6260
# Run OSV Scanner and scan your dependencies
6361
/osv-scanner/osv-scanner --skip-git -r --experimental-only-packages --format=cyclonedx-1-5 --paths-relative-to-scan-dir --output=sbom.json .
6462
# Upload results to Datadog
65-
npx @datadog/datadog-ci sbom upload sbom.json
63+
npx @datadog/datadog-ci sbom upload sbom.json

0 commit comments

Comments
 (0)