You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"details": [
"Warn: 0 commits out of 23 are checked with a SAST tool",
"Warn: CodeQL tool not detected"
],
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"name": "SAST",
"documentation": {
"url": "https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast",
"short": "Determines if the project uses static code analysis."
}
}
The text was updated successfully, but these errors were encountered:
Just to see what will it report at all, and also because I am not familiar with CodeQL's configuration options.
Bit excited what result will this produce 😄
Okay, so that is not that easy as it seemed, the default automatic configuration did not work for the C++ and the Java sources, stating it could not figure out the proper build command, so it has to be configured manually.
(I am not sure what permission level on the project is required to access the page above.)
(As I see, only users with administrator privilege can see these reports by default, and further users needed to be added manually. I will review this finding later then.)
See the OpenSSF security test (#659).
The text was updated successfully, but these errors were encountered: