We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9709662 commit 562d0efCopy full SHA for 562d0ef
1 file changed
action.yml
@@ -1,10 +1,5 @@
1
name: 'Verify with Auths'
2
-description: >
3
- Protect your supply chain by enforcing cryptographic commit signatures on every PR.
4
- Verifies that every commit is signed by an authorized developer using Auths identity keys.
5
- Zero configuration needed — reads .auths/allowed_signers automatically.
6
- Classifies failures (unsigned, unknown key, corrupted signature) with copy-pasteable fix commands
7
- and posts a GitHub Step Summary with a "How to fix" guide.
+description: 'Verify cryptographic commit and artifact signatures on every PR using Auths identity keys.'
8
author: 'auths-dev'
9
10
inputs:
0 commit comments