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
in order to complete the work of project tagging for manual nodes, we need to ensure that the report for the node gets tagged with projects information: https://github.com/chef/automate/blob/master/components/compliance-service/inspec-agent/runner/reporter.go
node reports generated via scan jobs have a projects field upon ingestion
projects
create a manual node, assign a project run a scan job see the ingested node has a projects field with the correct projects
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User Story
in order to complete the work of project tagging for manual nodes, we need to ensure that the report for the node gets tagged with projects information:
https://github.com/chef/automate/blob/master/components/compliance-service/inspec-agent/runner/reporter.go
Definition of Done
node reports generated via scan jobs have a
projects
field upon ingestionDemo Script / Repro Steps
create a manual node, assign a project
run a scan job
see the ingested node has a
projects
field with the correct projectsThe text was updated successfully, but these errors were encountered: