Skip to content

chore: disable latest purl finding for test #1062

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

Merged
merged 2 commits into from
Apr 22, 2025
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:[email protected] 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