Skip to content

Development Workflow #1112

Answered by jcamiel
azzamsa asked this question in General
Dec 16, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi,

1 - the signed commit requirement is here to guarantee someone that a code has been changed by the author and not someone impersonating the author. With git, you can just set git config user.name 'Harisson Ford' and git config user.email [email protected]. With the GPG signature, verified by GitHub, you've stronger guarantees on the author's identity. You can find a lot of resources on the web on the benefit of signing your commits. Many other repos require signed commit Python, Deno among others.

2 - We always update Hurl with the newest dependency as soon as possible:

  • this way, "major" upgrades are easier,
  • your dependencies are not "rotten": CVEs are fixed
  • Hurl benefits right…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@azzamsa
Comment options

Answer selected by azzamsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants