Skip to content

Commit d72a95a

Browse files
author
Lenard Gutierrez
committed
Fix security workflow
1 parent b7faa42 commit d72a95a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- master
78

89
jobs:
910
check-quality:
@@ -12,7 +13,7 @@ jobs:
1213
env:
1314
DD_API_KEY: ${{ secrets.DD_API_KEY }}
1415
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
15-
DD_SERVICE: go-corellium-api-client
16+
DD_SERVICE: python-api-client
1617
DD_ENV: ci
1718
steps:
1819
- name: Checkout
@@ -59,4 +60,4 @@ jobs:
5960
# Run OSV Scanner and scan your dependencies
6061
/osv-scanner/osv-scanner --skip-git -r --experimental-only-packages --format=cyclonedx-1-5 --paths-relative-to-scan-dir --output=sbom.json .
6162
# Upload results to Datadog
62-
npx @datadog/datadog-ci sbom upload sbom.json
63+
npx @datadog/datadog-ci sbom upload sbom.json

0 commit comments

Comments
 (0)