Skip to content

Commit f0a620d

Browse files
committed
Exclude unused and vendored dependencies from blackduck scan.
Gleb Levitin <[email protected]>, Mercedes-Benz Tech Innovation GmbH
1 parent 1d41678 commit f0a620d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/blackduck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
env:
2525
DETECT_PROJECT_NAME: ${{ github.repository }}
2626
DETECT_PROJECT_VERSION_LICENSE: MIT License
27+
DETECT_GO_MOD_DEPENDENCY_TYPES_EXCLUDED: UNUSED VENDORED
2728
DETECT_POLICY_CHECK_FAIL_ON_SEVERITIES: ALL
2829
DETECT_BLACKDUCK_SIGNATURE_SCANNER_ARGUMENTS: '--min-scan-interval=0'
2930
with:

0 commit comments

Comments
 (0)