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

Error: connect ECONNREFUSED 127.0.0.1:80 #55

Open
sandeepeat2014 opened this issue Apr 26, 2023 · 1 comment
Open

Error: connect ECONNREFUSED 127.0.0.1:80 #55

sandeepeat2014 opened this issue Apr 26, 2023 · 1 comment

Comments

@sandeepeat2014
Copy link

Run synopsys-sig/[email protected]
with:
github-token: ***
detect-version: 7.9.0
scan-mode: RAPID
fail-on-all-policy-severities: false
detect-trust-cert: TRUE
env:
DOTNET_VERSION: 6.0.x
BLACKDUCK_HOST_URL: https://blackduck.xxx.com
JAVA_HOME: /opt/hostedtoolcache/Java_Adopt_jdk/11.0.19-7/x64
NODE_EXTRA_CA_CERTS: ./my-cert.pem
DETECT_PROJECT_NAME: BDTest
DETECT_PROJECT_VERSION_NAME: test
LOGGING_LEVEL_COM_SYNOPSYS_INTEGRATION: DEBUG
Creating Black Duck Policy Check...
Black Duck Policy Check created
detect-version: 7.9.0
output-path-override:
scan-mode: RAPID
Checking that you have at least one enabled policy...
Initiating authentication request to Black Duck...
Error: Failed due to an unhandled error: 'Error: connect ECONNREFUSED 127.0.0.1:80'
Black Duck Policy Check updated

@glimchb
Copy link

glimchb commented Aug 7, 2024

tested on v0.3.4
url must be in arguments, not environment variables, so instead of

with:
    github-token: ***
    ...
env:
    BLACKDUCK_HOST_URL: https://blackduck.xxx.com/
    ...

use this

with:
    github-token: ***
    blackduck-url: https://blackduck.xxx.com/
    ...

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

2 participants