mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-01 18:27:06 +00:00
1.4 KiB
Generated
1.4 KiB
Generated
gittuf attest
Tools for attesting to code contributions
Synopsis
The 'attest' command provides tools for attesting to code contributions. It includes subcommands to apply attestations, authorize contributors, and integrate GitHub-based attestations.
Options
--create-rsl-entry create RSL entry for attestation change immediately (note: the new entry to the RSL will not be synced with the remote)
-h, --help help for attest
-k, --signing-key string signing key to use to sign attestations (path to SSH key, "gpg:<fingerprint>" for GPG, "fulcio:" for Sigstore)
Options inherited from parent commands
--no-color turn off colored output
--profile enable CPU and memory profiling
--profile-CPU-file string file to store CPU profile (default "cpu.prof")
--profile-memory-file string file to store memory profile (default "memory.prof")
--verbose enable verbose logging
SEE ALSO
- gittuf - A security layer for Git repositories, powered by TUF
- gittuf attest apply - Apply and push local attestations changes to remote repository
- gittuf attest authorize - Add or revoke reference authorization
- gittuf attest github - Tools to attest about GitHub actions and entities