We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbb48c commit ad64968Copy full SHA for ad64968
tern/formats/spdx/spdxtagvalue/image_helpers.py
@@ -99,7 +99,7 @@ def get_image_block(image_obj, template):
99
# Package Download Location (always NOASSERTION)
100
block += 'PackageDownloadLocation: NOASSERTION\n'
101
# Files Analyzed (always false)
102
- block += 'FilesAnalyzed: {}\n'.format(False)
+ block += 'FilesAnalyzed: false\n'
103
# Concluded Package License (always NOASSERTION)
104
block += 'PackageLicenseConcluded: NOASSERTION\n'
105
# Declared Package License (always NOASSERTION)
0 commit comments