Skip to content
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

doc: Add example of sign-blob with key in env var #3152

Merged
merged 1 commit into from
Aug 1, 2023
Merged

doc: Add example of sign-blob with key in env var #3152

merged 1 commit into from
Aug 1, 2023

Conversation

pjbgf
Copy link
Contributor

@pjbgf pjbgf commented Aug 1, 2023

Summary

Adds example on how to load a key from an environment variable when using sign-blob.

Closes #3151.

Release Note

NONE

Documentation

N/A

hectorj2f
hectorj2f previously approved these changes Aug 1, 2023
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #3152 (7c29d23) into main (b8c5997) will decrease coverage by 0.01%.
Report is 1 commits behind head on main.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #3152      +/-   ##
==========================================
- Coverage   30.55%   30.54%   -0.01%     
==========================================
  Files         155      155              
  Lines        9806     9809       +3     
==========================================
  Hits         2996     2996              
- Misses       6362     6365       +3     
  Partials      448      448              
Files Changed Coverage Δ
cmd/cosign/cli/signblob.go 0.00% <0.00%> (ø)

@hectorj2f
Copy link
Contributor

@pjbgf you need to run make docgen

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
@pjbgf
Copy link
Contributor Author

pjbgf commented Aug 1, 2023

@hectorj2f thank you for the heads up, this should be fixed now.

@hectorj2f hectorj2f merged commit 8f14abe into sigstore:main Aug 1, 2023
28 checks passed
@github-actions github-actions bot added this to the v2.2.0 milestone Aug 1, 2023
@pjbgf pjbgf deleted the doc-blob-sign branch August 1, 2023 16:10
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.

Document use of sign-blob with key from environment variable
2 participants