verify: Return NotTrusted also when we do not have the key as well as when we try to import key rejected by policy or seeing signature with unknown algorithm #60
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: authenticate-commits | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| jobs: | |
| authenticate-commits: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| steps: | |
| - name: Authenticating commits | |
| uses: sequoia-pgp/authenticate-commits@v1 |