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
We need to manually bump the images in sec-scanners-config.yaml on main branch in all of our repositories, which can be automated.
Implement a github action in each of the repositories (eventing-manager, nats-manager and eventing-publisher-proxy) which runs every midnight and checks if the images in the sec-scanners-config.yaml in the respective repository, needs to be bumped or not. If yes, then automatically opens a PR with the bumped images.
We need to manually bump the images in
sec-scanners-config.yaml
onmain
branch in all of our repositories, which can be automated.Implement a github action in each of the repositories (eventing-manager, nats-manager and eventing-publisher-proxy) which runs every midnight and checks if the images in the
sec-scanners-config.yaml
in the respective repository, needs to be bumped or not. If yes, then automatically opens a PR with the bumped images.Hint: We can reuse stuff from #361.
Question:
main
, will the security scanner always pull the latest tag with main?AC(s):
The text was updated successfully, but these errors were encountered: