Skip to content

Commit

Permalink
Fix regression in BOM_PROCESSED notification content
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Mar 28, 2024
1 parent 370dd74 commit c43745a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ LEFT JOIN LATERAL (
WHERE "PT"."PROJECT_ID" = "P"."ID"
) AS "projectTags"
, 'CycloneDX' AS "bomFormat"
, '(Unknown)' AS "bomSpecVersion"
, 'Unknown' AS "bomSpecVersion"
, '(Omitted)' AS "bomContent"
, "WFS"."TOKEN" AS "token"
FROM "VULNERABILITYSCAN" AS "VS"
Expand Down

0 comments on commit c43745a

Please sign in to comment.