Skip to content

Conversation

stIncMale
Copy link
Member

In the future this script may do more work for us.

JAVA-5431

In the future this script may do more work for us.

JAVA-5431
@stIncMale stIncMale requested a review from jyemin May 27, 2024 22:18
@stIncMale stIncMale self-assigned this May 27, 2024

echo "Creating SSLDC reports"
./gradlew -version
./gradlew -PssdlcReport.enabled=true --continue -x test -x integrationTest -x spotlessApply clean check scalaCheck kotlinCheck testClasses || true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command most likely fails due to SpotBugs findings, because it ignores spotbugs/exclude.xml. To prevent the whole script from failing, we use || true.

@jyemin
Copy link
Collaborator

jyemin commented May 28, 2024

How do you envision this script being used in the future (as currently there is no Evergreen task that executes it)?

I could see it being called as part of publish-release and the SARIF files being uploaded to S3.

@stIncMale
Copy link
Member Author

How do you envision this script being used in the future (as currently there is no Evergreen task that executes it)?
I could see it being called as part of publish-release and the SARIF files being uploaded to S3.

I also thought that the ssdlc_compliance_report.md will be generated by this same script, ad then similarly to the SARIF files, uploaded to an Amazon S3 bucket that can be read-accessed publicly.

@stIncMale stIncMale merged commit 01ba99d into mongodb:master May 28, 2024
@stIncMale stIncMale deleted the JAVA-5431 branch May 28, 2024 19:12
jyemin pushed a commit that referenced this pull request Jun 7, 2024
In the future this script may do more work for us.

JAVA-5431
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