We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0e6c8 commit 4853c27Copy full SHA for 4853c27
src/cyclonedx/Commands/Verify/VerifyAllCommand.cs
@@ -58,7 +58,7 @@ public static async Task<int> VerifyAll(VerifyAllCommandOptions options)
58
bom.Load(options.BomFile);
59
60
Console.WriteLine("Reading signatures...");
61
- var signatures = bom.GetElementsByTagName("Signature");
+ var signatures = bom.GetElementsByTagName("Signature", "http://www.w3.org/2000/09/xmldsig#");
62
63
if (signatures.Count == 0)
64
{
0 commit comments