-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(CI): add checksum of the added binary for more safety #633
Conversation
Dockerfile
Outdated
@@ -7,6 +7,7 @@ ENV GO_VERSION=1.21.5 | |||
ENV GO_SHA=e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e | |||
ENV HELM_VERSION=3.12.3 | |||
ENV HELM_SHA=1b2313cd198d45eab00cc37c38f6b1ca0a948ba279c29e322bdf426d406129b5 | |||
ENV CI_UPLOADER_SHA=873976f0f8de1073235cf558ea12c7b922b28e1be22dc1553bf56162beebf09d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking, but I think this would be better suited to be an ARG
, as we don't need the variable to be available while running the container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to fit with the above, some of the declared ENV might be ARG as well I guess.
Updated, thanks
967b1e6
to
7c5de11
Compare
7c5de11
to
2d4be5d
Compare
/merge |
🚂 MergeQueue Pull request added to the queue. This build is going to start soon! (estimated merge in less than 13m) Use |
What does this PR do?
Complement #627 with a security verification
Which scenarios this will impact?
n/a
Motivation
security
Additional Notes