We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592d767 commit 7e135beCopy full SHA for 7e135be
src/fosslight_util/parsing_yaml.py
@@ -12,7 +12,7 @@
12
from .oss_item import OssItem
13
14
_logger = logging.getLogger(LOGGER_NAME)
15
-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"]
16
EXAMPLE_OSS_PKG_INFO_LINK = "https://github.com/fosslight/fosslight_prechecker/blob/main/tests/convert/sbom-info.yaml"
17
18
0 commit comments