mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-02 02:37:05 +00:00
1.3 KiB
Generated
1.3 KiB
Generated
gittuf trust remove-github-app
Remove GitHub app from gittuf root of trust
Synopsis
The 'remove-github-app' command removes a GitHub app from the repository's root of trust. It is used to revoke trust for a previously registered GitHub app, identified by its name.
gittuf trust remove-github-app [flags]
Options
--app-name string name of the app to remove from the root of trust (default "https://gittuf.dev/github-app")
-h, --help help for remove-github-app
Options inherited from parent commands
--create-rsl-entry create RSL entry for policy change immediately (note: the RSL will not be synced with the remote)
--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")
-k, --signing-key string signing key to use to sign root of trust (path to SSH key, "gpg:<fingerprint>" for GPG, "fulcio:" for Sigstore)
--verbose enable verbose logging
SEE ALSO
- gittuf trust - Tools for gittuf's root of trust