File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments