Skip to content

Commit 53dfba4

Browse files
authored
chore: disable latest purl finding for test (#1062)
Signed-off-by: Ben Selwyn-Smith <[email protected]>
1 parent c32d340 commit 53dfba4

File tree

2 files changed

+9
-1
lines changed
  • tests/integration/cases/apache_maven_local_path_with_branch_name_digest_deps_cyclonedx_maven

2 files changed

+9
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2025 - 2025, Oracle and/or its affiliates. All rights reserved.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3+
4+
[repofinder]
5+
try_latest_purl = False

tests/integration/cases/apache_maven_local_path_with_branch_name_digest_deps_cyclonedx_maven/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33

44
description: |
55
Analyzing local clone with the branch name, the commit digest and dependency resolution using cyclonedx maven plugin (default).
6+
To keep the results from the main target's dependencies static, the Repo Finder's latest PURL finding feature is disabled for this test.
7+
In particular, dependency commons-jxpath:[email protected] has no readable SCM URL, while from versions 1.4 onwards, it does.
68
79
tags:
810
- macaron-python-package
@@ -15,6 +17,7 @@ steps:
1517
- name: Run macaron analyze
1618
kind: analyze
1719
options:
20+
ini: config.ini
1821
main_args:
1922
- -lr
2023
- ./output/git_repos/local_repos

0 commit comments

Comments
 (0)