Skip to content
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

HdfConverter: Set precision and tags #2712

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

candrews
Copy link
Collaborator

GitHub recommends that precision be set. Other tools, such as Trivy, set precision="very-high" when there's no available data to determine otherwise, so that's what's done here too.

tags must include "security" for GitHub to process the security-severity and consider the results to be a security finding.

See: https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#reportingdescriptor-object

@candrews
Copy link
Collaborator Author

@michaelcfanning, With this change, the resulting SARIF results in GitHub seem to look good. I uploaded ValidResults.sarif to see what it looks like: https://github.com/candrews/sarif-test/security/code-scanning

@michaelcfanning
Copy link
Member

Update release notes? Otherwise looks good.

GitHub recommends that precision be set. Other tools, such as Trivy, set
precision="very-high" when there's no available data to determine
otherwise, so that's what's done here too.

tags must include "security" for GitHub to process the security-severity
and consider the results to be a security finding.

See: https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#reportingdescriptor-object

Signed-off-by: Craig Andrews <candrews@integralblue.com>
@candrews
Copy link
Collaborator Author

Update release notes? Otherwise looks good.

Updated the release notes

@michaelcfanning
Copy link
Member

Alright! You ready for me to burn a release for you?

@michaelcfanning michaelcfanning merged commit 12df1c7 into main Aug 25, 2023
7 checks passed
@michaelcfanning michaelcfanning deleted the precision-and-tags branch August 25, 2023 20:30
@candrews
Copy link
Collaborator Author

Alright! You ready for me to burn a release for you?

I am! :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants