You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing github action fails to authenticate against self signed certificates and ends with the following failure.
+ getting bearerERROR: No bearer token found| got bearer+ getting project api base url for project: ***/get-blackduck-report.sh: line 34: [: null: integer expression expected| got project api base url: null+ getting version api base url/get-blackduck-report.sh: line 46: [: : integer expression expected| got version api base url: + creating SBOM report| triggered creating SBOM report+ getting SBOM report api base url| attempt 1 of 50 to get SDPX report ERROR: report_status is not COMPLETED, it is .| - report_status:
Would it be possible update,
Replace all curl commands in get-blackduck-report.sh
curl --silent
by
curl -k --silent
The text was updated successfully, but these errors were encountered:
The existing github action fails to authenticate against self signed certificates and ends with the following failure.
Would it be possible update,
Replace all curl commands in get-blackduck-report.sh
curl --silent
by
curl -k --silent
The text was updated successfully, but these errors were encountered: