Skip to content

Commit 67cb473

Browse files
authored
Update security.yml
1 parent 4c8d710 commit 67cb473

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
- master
88

9+
permissions: read-all
10+
911
jobs:
1012
check-quality:
1113
runs-on: ubuntu-latest
@@ -60,4 +62,4 @@ jobs:
6062
# Run OSV Scanner and scan your dependencies
6163
/osv-scanner/osv-scanner --skip-git -r --experimental-only-packages --format=cyclonedx-1-5 --paths-relative-to-scan-dir --output=sbom.json .
6264
# Upload results to Datadog
63-
npx @datadog/datadog-ci sbom upload sbom.json
65+
npx @datadog/datadog-ci sbom upload sbom.json

0 commit comments

Comments
 (0)