-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The existing github action fails to authenticate against self signed certificates and ends with the following failure.
+ getting bearer
ERROR: 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
Metadata
Metadata
Assignees
Labels
No labels