bomtool: remove empty creation date field
ci/woodpecker/push/woodpecker Pipeline was successful Details

pull/244/head
Ariadne Conill 2022-08-12 13:07:58 +00:00
parent 9e8052b699
commit 01c1d9f4cc
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ write_sbom_header(pkgconf_client_t *client, pkgconf_pkg_t *world)
printf("DocumentName: %s\n", sbom_name(world));
printf("DocumentNamespace: https://spdx.org/spdxdocs/bomtool-%s\n", PACKAGE_VERSION);
printf("Creator: Tool: bomtool %s\n", PACKAGE_VERSION);
printf("Created: -\n");
printf("\n\n");
}