Skip to content

Commit

Permalink
chore: upadte provenance unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Selwyn-Smith <[email protected]>
  • Loading branch information
benmss committed Aug 7, 2024
1 parent 716db9e commit 0618836
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/macaron/provenance/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2024 - 2024, 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/.

"""This package contains the provenance tools for software components."""
4 changes: 2 additions & 2 deletions src/macaron/repo_finder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 - 2023, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2023 - 2024, 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/.

"""This package contains the dependency resolvers for Java projects."""
"""This package contains the repository and commit finding tools for software components."""
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from macaron.errors import ProvenanceError
from macaron.json_tools import JsonType, json_extract
from macaron.repo_finder.provenance_extractor import (
from macaron.provenance.provenance_extractor import (
check_if_repository_purl_and_url_match,
extract_repo_and_commit_from_provenance,
)
Expand Down

0 comments on commit 0618836

Please sign in to comment.