Skip to content

Commit

Permalink
Fix value of creators field that requires a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Jun 14, 2024
1 parent ae85472 commit add7255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbom/examples/container_image/from_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def generate_sbom_for_image(image_nvr):
"creationInfo": {
"created": "2006-08-14T02:34:56-06:00",
"creators": [
"example SPDX document only",
"Tool: example SPDX document only",
],
},
"name": image_nvr,
Expand Down

0 comments on commit add7255

Please sign in to comment.