Skip to content

docs: improve doc for --no-upload option #4206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

trumant
Copy link

@trumant trumant commented May 16, 2025

Summary

This change adds additional documentation to the no-upload option of the cosign attest command to clarify that when the option is used, the produced attestation is written to STDOUT

Closes #4163

Release Note

NONE

Documentation

@trumant trumant requested a review from a team as a code owner May 16, 2025 13:11
Copy link

codecov bot commented May 16, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 34.43%. Comparing base (2ef6022) to head (052f042).
Report is 390 commits behind head on main.

Files with missing lines Patch % Lines
cmd/cosign/cli/options/attest.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4206      +/-   ##
==========================================
- Coverage   40.10%   34.43%   -5.68%     
==========================================
  Files         155      210      +55     
  Lines       10044    13749    +3705     
==========================================
+ Hits         4028     4734     +706     
- Misses       5530     8428    +2898     
- Partials      486      587     +101     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This change adds documentation to the `no-upload` option
of the `cosign attest` command to clarify that when the option is
used, the produced attestation is written to STDOUT

Signed-off-by: Travis Truman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cosign attest does not save file locally
1 participant