Blackduck Connectivity Issue
Hi,
We are using this Action and using the steps provided in the documentation, passing url and token. But we are facing connectivity issues to our Blackduck instance. We have tried using Java8 and Java11 in our environment.
Please find attached Actions.yml and error screenshot.
Actions.yml.txt
We have tried multiple times using Git secrets and directly using yaml, but no luck. Note> Polaris scan is working well using the same action.
Any help or inputs will be highly appreciated.
Best regards, Nimesh
We have the same issue. We tried also to add these settings, without success
DETECT_CURL_OPTS: -4
DETECT_JAVA_OPTS: -Djava.net.preferIPv4Stack=true
We also had the same issue on our local lan and solved upgrading our fortinet firewall to 6.2.3 because of some bugs on the DNS Filter. http://docs.fortinet.com/document/fortigate/6.2.3/fortios-release-notes/289806/resolved-issues
Support told me that ubuntu 18.04 doesn't work as expected.
Using ubuntu-16.04 instead of ubuntu-latest makes it work.
Cheers