Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2025 - 2025, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.

[repofinder]
try_latest_purl = False
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.

description: |
Analyzing local clone with the branch name, the commit digest and dependency resolution using cyclonedx maven plugin (default).
To keep the results from the main target's dependencies static, the Repo Finder's latest PURL finding feature is disabled for this test.
In particular, dependency commons-jxpath:commons-jxpath@1.3 has no readable SCM URL, while from versions 1.4 onwards, it does.

tags:
- macaron-python-package
Expand All @@ -15,6 +17,7 @@ steps:
- name: Run macaron analyze
kind: analyze
options:
ini: config.ini
main_args:
- -lr
- ./output/git_repos/local_repos
Expand Down
Loading