-
Notifications
You must be signed in to change notification settings - Fork 5
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
Write rebranding warnings when scripts are served from the old domain #42
base: gh-pages
Are you sure you want to change the base?
Write rebranding warnings when scripts are served from the old domain #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me. If you haven't already it's probably worth getting Chris to look at the prose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggested changes, for all script versions, to simplify the messaging and fix a few typos. (Just change up the script version in each instance.)
"Warning: Synopsys Detect has been renamed and rebranded as part of Black Duck being established as a standalone company."
To:
"Warning: Synopsys Detect has been rebranded as Black Duck Detect."
"Please modify your processes to download Black Duck Detect from https://detect.blackduck.com/detect10.ps1 before 14th February 2025.
From 14th February 2025 this script will fail and not execute any scans."
To:
"Please modify your processes to download Black Duck Detect from https://detect.blackduck.com/detect10.ps1 before February 14th, 2025, to prevent script and scan execution failure."
"For more information please see the domain name change annoucement here: https://community.blackduck.com/s/question/0D5Uh00000JsImfKAF/black-duck-detect-scripts-and-the-impact-of-decommissioning-of-detectsynopsyscom."
To:
"For more information, please see the domain name change announcement here: https://community.blackduck.com/s/question/0D5Uh00000JsImfKAF/black-duck-detect-scripts-and-the-impact-of-decommissioning-of-detectsynopsyscom."
"If you are seeing this warning, and using Synopsys Detect Azure extension, migrate to Black Duck Detect Azure extension before Feb 14th."
To:
"If you are using the Synopsys Detect Azure extension, migrate to the Black Duck Detect Azure extension before February 14th, 2025."
"For more information please see the extension release announcement here: https://community.blackduck.com/s/question/0D5Uh00000Mz1AcKAJ/black-duck-detect-azure-devops-ado-plugin-1000-has-been-released."
To:
"For more information, please see the extension release announcement here: https://community.blackduck.com/s/question/0D5Uh00000Mz1AcKAJ/black-duck-detect-azure-devops-ado-plugin-1000-has-been-released."
"If you are seeing this warning, and using Synopsys Detect Jenkins plugin (9.0.0 or prior), upgrade/migrate to Black Duck Detect Jenkins Plugin 10.0.0 before Feb 14th."
To:
"If you are using Synopsys Detect Jenkins plugin (9.0.0 or prior), migrate to Black Duck Detect Jenkins Plugin 10.0.0 before February 14th, 2025."
"For more information please see the plugin release announcement here: https://community.blackduck.com/s/question/0D5Uh00000Mtso3KAB/black-duck-detect-jenkins-plugin-1000-has-been-released"
To:
"For more information, please see the plugin release announcement here: https://community.blackduck.com/s/question/0D5Uh00000Mtso3KAB/black-duck-detect-jenkins-plugin-1000-has-been-released"
detect10.ps1
Outdated
Write-Host "***" | ||
Write-Host "*** Warning: Synopsys Detect has been rebranded as Black Duck Detect." | ||
Write-Host "*** Please modify your processes to download Black Duck Detect from https://detect.blackduck.com/detect10.ps1 before February 14th, 2025, to prevent script and scan execution failure." | ||
Write-Host "*** For more information, please see the domain name change annoucement here: https://community.blackduck.com/s/question/0D5Uh00000JsImfKAF/black-duck-detect-scripts-and-the-impact-of-decommissioning-of-detectsynopsyscom" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one little typo on "announcement", on line 9, otherwise looks good! Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thank you!
Write rebranding warnings when scripts are served from the old domain.
This PR is intended to be merged to the
gh-pages
branch, which means that scripts served from the new website (source code onbd-pages
branch) will not be affected.