Skip to content

Commit c0b9189

Browse files
add 3rd party dependency tracking
1 parent 4cc2a44 commit c0b9189

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-5.x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
release_version: ${{ steps.get_version.outputs.package_version }}
6060
product_name: node-mongodb-native
6161
sarif_report_target_ref: 5.x
62+
third_party_dependency_tool: n/a
6263
# <package> and <package>.sig
6364
dist_filenames: ${{ steps.get_vars.outputs.package_file }}*
6465
token: ${{ github.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
release_version: ${{ steps.get_version.outputs.package_version }}
6060
product_name: node-mongodb-native
6161
sarif_report_target_ref: main
62+
third_party_dependency_tool: n/a
6263
# <package> and <package>.sig
6364
dist_filenames: ${{ steps.get_vars.outputs.package_file }}*
6465
token: ${{ github.token }}

0 commit comments

Comments
 (0)