You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For various reasons i need ability to use defferent detect versions (not only latest).
As far as i understand right now, synopsys bridge would use latest detect version when running blackduck stage.
There is an option DETECT_LATEST_RELEASE_VERSION but it doesn't affect synopsys bridge, which continues to downloading latest.
Are there any options, how i can force bridge to use specific detect version ?
Right now it is just executes latest downloaded jar, which happened to be 9.4.0: java -jar /home/runner/.synopsys/bridge/tools/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar
I think, i can use a dirty trick, which will include manually downloading correct version of synopsys-detect jar and putting it under specific name in the specific directory, but that isn't 100% waterproof.
Are there any other options, i should consider ?
The text was updated successfully, but these errors were encountered:
For various reasons i need ability to use defferent detect versions (not only latest).
As far as i understand right now, synopsys bridge would use latest detect version when running blackduck stage.
There is an option
DETECT_LATEST_RELEASE_VERSION
but it doesn't affect synopsys bridge, which continues to downloading latest.Are there any options, how i can force bridge to use specific detect version ?
Right now it is just executes latest downloaded jar, which happened to be 9.4.0:
java -jar /home/runner/.synopsys/bridge/tools/synopsys-detect/9.4.0/synopsys-detect-9.4.0.jar
I think, i can use a dirty trick, which will include manually downloading correct version of synopsys-detect jar and putting it under specific name in the specific directory, but that isn't 100% waterproof.
Are there any other options, i should consider ?
The text was updated successfully, but these errors were encountered: