Add VERIFIED_ONLY_OWN_COMMITS
status
flag in README.md
template
This commit is contained in:
parent
a2bac0f426
commit
7d9b6e3924
@ -17,6 +17,7 @@ Default template:
|
||||
// Mandatory: git state hash verified.
|
||||
"commit": "0123456789abcdef0123456789abcdef01234567",
|
||||
// Optional (default: "VERIFIED"): xor of following flags (written as `FLAG_0 | FLAG_1 | ... | FLAG_N`):
|
||||
// - `VERIFIED_ONLY_OWN_COMMITS` (note that using this flag for repositories that aren't managed by the verifier requires verifier commits to be signed and to precise the fingerprint of his public key in this `README.md` for instance)
|
||||
// - `CLOSED_SOURCE_DEPENDENCY`
|
||||
// - `UNVERIFIED_INITIAL_COMMIT`
|
||||
"status": "VERIFIED",
|
||||
|
Loading…
Reference in New Issue
Block a user