Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self signed certificates are not authenticated #16

Open
veekatem opened this issue May 24, 2023 · 0 comments
Open

Self signed certificates are not authenticated #16

veekatem opened this issue May 24, 2023 · 0 comments

Comments

@veekatem
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant