Skip to content

Commit 1cb5ba0

Browse files
committed
Update sbom.yml
1 parent 5c859c4 commit 1cb5ba0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sbom.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ jobs:
213213
blackducksca_url: ${{ secrets.BLACKDUCK_SBOM_URL }} # BLACKDUCK_URL, should be https://progresssoftware.app.blackduck.com/
214214
blackducksca_token: ${{ secrets.BLACKDUCK_SCA_TOKEN }} # was BLACKDUCK_API_KEY
215215
# blackducksca_scan_failure_severities: 'BLOCKER,CRITICAL'
216-
detect_args: --detect.excluded.detector.types=PIP # ignore python per https://documentation.blackduck.com/bundle/detect/page/packagemgrs/python.html
216+
detect_args: "--detect.excluded.detector.types=PIP --detect.accuracy.required=NONE"
217+
# ignore python per https://documentation.blackduck.com/bundle/detect/page/packagemgrs/python.html
217218

218219
######################################################
219220
# original from https://github.com/progress-platform-services/common-github-actions/blob/main/.github/workflows/examples/ci-all-sbom-main.yml

0 commit comments

Comments
 (0)