We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as part of #483 we tagged reports coming in from remote scans with projects on job creation.
this functionality is enabled by inspec/inspec#3906 this information is expected to come in on the report in the following format:
{ "node_uuid": "123..", "passthrough": { "projects": [], } }
we'll need to make sure that we are handling the case where the projects come in in this format as well as the one where it is on the report itself
can filter on projects whether the projects field is on the root of the report or a subkey of the passthrough field (alias field in elasticsearch?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User Story
as part of #483
we tagged reports coming in from remote scans with projects on job creation.
this functionality is enabled by inspec/inspec#3906
this information is expected to come in on the report in the following format:
we'll need to make sure that we are handling the case where the projects come in in this format as well as the one where it is on the report itself
Definition of Done
can filter on projects whether the projects field is on the root of the report or a subkey of the passthrough field (alias field in elasticsearch?)
The text was updated successfully, but these errors were encountered: