-
Notifications
You must be signed in to change notification settings - Fork 3k
otp scan PRs for vulnerabilities #9790
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
base: master
Are you sure you want to change the base?
otp scan PRs for vulnerabilities #9790
Conversation
CT Test Results 6 files 205 suites 2h 4m 21s ⏱️ Results for commit e69d4c5. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
From what I can tell only our github actions dependencies are scanned by this right now, is that correct? Will it in the future be able to use the information in the sbom created in the job you are adding this step to? or is this check only for github actions? |
I think you are right @garazdawi Summary
I have tested that it works by manually hand-picking previous commit that fixed a known vulnerability reported to on github repos. Information sent
Result
|
86a4478
to
c10c255
Compare
The vendor vulnerability scanning now fails because I changed the vendor.json |
1d4dcb8
to
4f13738
Compare
- scan PRs for vendor vulnerabilities. - the submission of the vendor SBOM should happen only on push events. - vulnerability scanning of dependencies must happen on a per PR basis, and on a per push basis (although Dependatbot should inform us of this).
4f13738
to
f74a0f5
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
GH should fix actions/dependency-review-action#923 for us to get alerts about dependencies.