python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to verify good signature of a git signed tag without using command "git verify-tag"
I made a git signed tag, using this command:
git tag -s <tag>
Is there another alternatives to check the signature of this tag without using the command:
git verify-tag <tag> or git tag -v...
Joker
Votes: 0
Answers: 0
Support for signing tags and verifying signatures in Azure DevOps
Can't find any reference to the possibility to sign tags/verify signatures in Azure DevOps. Seems like you have to implement it yourself if you want to use it in Azure DevOps Pipelines. Am I missing s...
Jan
Votes: 0
Answers: 1