github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Blackduck Connectivity Issue

Open nimeshkb opened this issue 5 years ago • 2 comments

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. image 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

nimeshkb avatar May 13 '20 09:05 nimeshkb

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

natpicone avatar Sep 02 '20 11:09 natpicone

Support told me that ubuntu 18.04 doesn't work as expected. Using ubuntu-16.04 instead of ubuntu-latest makes it work. Cheers

natpicone avatar Sep 10 '20 10:09 natpicone