hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.49k stars 812 forks source link

Add container security scanning #7216

Closed cdivitotawela closed 3 months ago

cdivitotawela commented 3 months ago

PR description

Container security scanning workflow added. This runs on schedule everyday. Also possible to run on-demand for a given image tag. This replace the CircleCI job running container scan daily. Schedule job only runs for the tag develop.

Fixed Issue(s)

fixes #7154

Thanks for sending a pull request! Have you done the following?

Locally, you can run these tests to catch failures early:

macfarla commented 3 months ago

should this PR also remove the CI job, or will we do that as a separate task @cdivitotawela (if the latter we should not close the issue with this PR)

jflo commented 3 months ago

fixes #3927 and #7126