in-toto-run
Verified for current stable LTS
In Toto Run Command: Tag Git Repo And Sign Link File
Use for tag git repo and sign link file with In Toto Run. Exact CLI syntax to tag git repo and sign link file using In Toto Run.
When to use this: Use for tag git repo and sign link file with In Toto Run.
Command Syntax
in-toto-run -n <tag> -p <.> --signing-key <key_file> -- <git tag v1.0> in-toto-run -n <tag> -p <.> --signing-key <key_file> -- <git tag v1.0> Command Breakdown
-n- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
--signing-key- Command Option
- Tool-specific option used by this command invocation.
--- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to tag git repo and sign link file using In Toto Run.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
In Toto Run Command: Create Tarball And Store Materials
in-toto-run -n <package> -m <project> -p <project.tar.gz> -- <tar czf project.tar.gz project> In Toto Run Command: Generate Signed Attestations For Review in-toto-run -n <review> --signing-key <key_file> -m <document.pdf> -x In Toto Run Command: Scan Image With Trivy And Generate Link File in-toto-run -n <scan> --signing-key <key_file> -p <report.json> -- /bin/sh -c "trivy --output report.json --format json <path/to/image>" Jmeter Command: Run Test Plan Nongui jmeter -n -t <path/to/file.jmx> Jmeter Command: Run Test Plan Nongui Logfile jmeter -n -t <path/to/file.jmx> -l <path/to/logfile.jtl>