-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Added optional attribute for validation report #129
Added optional attribute for validation report #129
Conversation
Signed-off-by: Fin Malte Heuer <fin.heuer@dlr.de>
Signed-off-by: GitHub Action <justin.dex@msg-david.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good; such an attribute might however make sense for all asset classes (common content quality attribute) going forward.
One might also want to add a mime type attribute giving the type/format of the report (pdf, xqar, ...), so that no content sniffing is needed. And might be a repeatable field (multiple different aspects being validated; and/or different formats). But as said this would be more for the future.
Signed-off-by: Fin Malte Heuer <fin.heuer@dlr.de>
Signed-off-by: GitHub Action <justin.dex@msg-david.de>
I've added a baisc attribute for type. I'm currently not aware of any |
Signed-off-by: Fin Malte Heuer <fin.heuer@dlr.de>
Signed-off-by: GitHub Action <justin.dex@msg-david.de>
…base into 128-possibility-in-ositrace-to-link-a-validation-report
Description
Added optional attribute for a validation report in OSITrace shacl and example.
Type of change
How Has This Been Tested?
Run github pipeline checks locally and in github actions.
Checklist