-
Notifications
You must be signed in to change notification settings - Fork 18
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
blackduck_automation_prcomment with GitHub Enterprise #111
Comments
I can confirm. We're running into the same problem. Looking at the implementation of |
Actually there is no need for a custom input parameter the API URL is already provided out-of-the-box in GitHub actions context by the env variable GITHUB_API_URL. |
A PR #115 was opened to address this issue. |
We are working on it and fix will be available sometime next month. |
Nice 👍 . Thanks for the feedback |
Hello @tvcsantos, What settings did you run this so it worked? I didn't change anything beside using your PR's code. |
Hey @ToWi87, we are facing the same problem. This PR only addresses the URL change. Since synopsys uses bridge to do the remaining steps and bridge is a blackbox and I don't have access to the code I was not able to investigate further :(. |
Hello, by any chance can you please share when this might be available? Thanks |
Hello again, we are already mid September, any ETA here? @spurohitsynopsys (sorry for tagging but no one seems to reply here) |
@gonmmarques - Apologies for the delay. We couldn't look into or verify this issue during our past release due to some infrastructure issue on our end and also other priority items. We will look into this and keep you posted. |
Hello again, Here my feedback:
And then the whole My GH Action config is (as of https://sig-product-docs.synopsys.com/bundle/bridge/page/documentation/c_additional-github-parameters.html) Can someone confirm this? |
update from myself:
I am back to my initial |
The fix is not yet available, we are working with our internal teams to prioritise it. |
Any updates here? May be there is already a prediction for the release date of the fix, so that we can better plan further steps? What is the official workaround? Using Detect Rapid Scan Action? |
|
I can confirm that it works on my end now. |
How can I configure the synopsys-action to work with GitHub Enterprise? If I set
blackduck_automation_prcomment: true
the action tries to communicate with github.com instead of the GH Enterprise instance the action is running on which obviously fails.I think the action itself should figure out where it is running and select the appropriate API endpoint accordingly.
The text was updated successfully, but these errors were encountered: