Skip to content

Commit

Permalink
Merge pull request #86 from fosslight/develop
Browse files Browse the repository at this point in the history
Modify to be available .yml file for yaml parsing
  • Loading branch information
bjk7119 authored Aug 9, 2022
2 parents ea10a90 + 7e135be commit d560e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fosslight_util/parsing_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .oss_item import OssItem

_logger = logging.getLogger(LOGGER_NAME)
SUPPORT_OSS_INFO_FILES = [r"oss-pkg-info[\s\S]*.yaml", r"sbom-info[\s\S]*.yaml"]
SUPPORT_OSS_INFO_FILES = [r"oss-pkg-info[\s\S]*.ya?ml", r"sbom-info[\s\S]*.ya?ml"]
EXAMPLE_OSS_PKG_INFO_LINK = "https://github.com/fosslight/fosslight_prechecker/blob/main/tests/convert/sbom-info.yaml"


Expand Down

0 comments on commit d560e46

Please sign in to comment.