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.
2 parents 2e98f92 + 1b79e15 commit cdbf041Copy full SHA for cdbf041
src/commoncode/resource.py
@@ -154,6 +154,7 @@ class Header(object):
154
notice = String(default='', help='Notice text for this tool.')
155
start_timestamp = String(help='Start timestamp for this header.')
156
end_timestamp = String(help='End timestamp for this header.')
157
+ output_format_version = String(help='Version for the scancode output data format, such as v1.1 .')
158
duration = String(help='Scan duration in seconds.')
159
message = String(help='Message text.')
160
errors = List(help='List of error messages.')
@@ -175,6 +176,7 @@ def from_dict(cls, **kwargs):
175
176
'notice',
177
'start_timestamp',
178
'end_timestamp',
179
+ 'output_format_version',
180
'duration',
181
'message',
182
'errors',
0 commit comments