Update URL for OpenSSF docker image - #18
Conversation
sign-off-by: Avishai Poorun sign-off-by: Zahra Sumun
|
@loganaden Thank you for the PR. Validation found a couple of minor things that need to be fixed, then this can be merged. Could you please update with the following changes and force-push the commit to your PR branch?
|
|
Will do @jonrecker |
|
@loganaden Thanks for the changes. The updated URL looks fine. To pass CI, could you please squash both commits into a single commit and update the actual git commit message to "Update URL for OpenSSF docker image" You can do interactive rebase and "pick" the first commit then "squash" the second, and update the commit message. Or alternatively something like Then force push to your branch when it looks okay ( If you would like to run the pre-commit checks including lint locally, you can do the following. (Set up in a virtual env or Docker container if you don't want to install the hooks in your shell). This will confirm that commit message formatting, etc. will pass CI checks. |
sign-off-by: Avishai Poorun
sign-off-by: Zahra Sumun