Skip to content

Commit ac6323c

Browse files
authored
Merge pull request #1604 from blackducksoftware/cp_IDETECT-4915
Update Sigma path IDETECT-4915
2 parents 170147b + 76eeaf2 commit ac6323c

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/java/com/blackduck/integration/detect/docs/content

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/blackduck/integration/detect/docs/content/Terms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public Terms() {
1515
termMap.put("binary_repo_ui_url_project", "https://repo.blackduck.com/bds-integrations-release/com/blackduck/integration/detect/");
1616
//No UI for repo.blackduck.com as of 2024-09-25
1717
termMap.put("binary_repo_jenkins_url_project", "https://repo.blackduck.com/bds-integrations-release/com/blackducksoftware/integration/blackduck-detect/");
18-
termMap.put("binary_repo_url_sigma", "https://repo.blackduck.com/sigma-release-trial/2022.6.0/");
18+
termMap.put("binary_repo_url_sigma", "https://repo.blackduck.com/sigma-release-trial/2024.12.0/");
1919
}
2020

2121
public String put(String termKey, String replacementString) {

0 commit comments

Comments
 (0)