Skip to content

Commit

Permalink
bug: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyharrison committed Oct 20, 2022
1 parent 561106e commit 548d9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbomdiff/cyclonedx_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def parse_cyclonedx_xml(self, sbom_file):
for components in root.findall(schema + "components"):
try:
for component in components.findall(schema + "component"):
# Only for application and library components
# Only application, library and operating-systems components
if component.attrib["type"] in [
"library",
"application",
Expand Down

0 comments on commit 548d9ae

Please sign in to comment.