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

feat: refactor error message format #209

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2000c11
doc: proposal for error message improvements
yizha1 Jul 28, 2024
9dc9e82
update
yizha1 Jul 28, 2024
70ba627
update
yizha1 Jul 28, 2024
1d12f7f
update
yizha1 Jul 29, 2024
4ae4332
update
yizha1 Jul 29, 2024
a494009
update per comments
yizha1 Aug 1, 2024
1401080
update per comments
yizha1 Aug 2, 2024
af1a0d8
feat: refactor error message format
binbin-li Jul 31, 2024
294a715
Merge pull request #1671 from binbin-li/verification-response
binbin-li Aug 6, 2024
451390b
Merge branch 'dev' into error-log-message
binbin-li Aug 6, 2024
92ce84f
chore: update scorecards action (#1687)
junczhu Aug 6, 2024
220dfce
Merge branch 'dev' into error-log-message
binbin-li Aug 6, 2024
51c5402
chore: rename WithLinkToDoc to WithRemediation
binbin-li Aug 6, 2024
46280e0
chore: Bump actions/upload-artifact from 4.3.5 to 4.3.6
dependabot[bot] Aug 7, 2024
f347f6a
chore: Bump github/codeql-action from 3.25.15 to 3.26.0
dependabot[bot] Aug 7, 2024
e6f031b
Merge pull request #1692 from ratify-project/dependabot/github_action…
binbin-li Aug 7, 2024
bb8d7f0
Merge branch 'dev' into dependabot/github_actions/actions/upload-arti…
binbin-li Aug 7, 2024
c83f3f8
Merge pull request #1691 from ratify-project/dependabot/github_action…
binbin-li Aug 7, 2024
4bbd9f1
Merge branch 'dev' into proposal_errorimprovements
binbin-li Aug 8, 2024
1ecd579
Merge pull request #1662 from yizha1/proposal_errorimprovements
binbin-li Aug 8, 2024
742ccc0
chore: Bump sigstore/cosign-installer from 3.5.0 to 3.6.0
dependabot[bot] Aug 8, 2024
8a8192d
Merge pull request #1695 from ratify-project/dependabot/github_action…
binbin-li Aug 8, 2024
5b7c4e0
Merge branch 'dev' into error-log-message
binbin-li Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
Signed-off-by: Yi Zha <[email protected]>
yizha1 committed Jul 28, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 70ba627e21e076602377e579d3852672df867abc
4 changes: 3 additions & 1 deletion docs/proposals/Error-Messages-Improvements.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,9 @@ Error message example 2:
{
subject: "docker.io/library/hello-world@sha256:1408fec50309afee38f3535383f5b09419e6dc0925bc69891e79d84cc4cdce6",
"isSuccess": false,
"message: "verification failed: Error: no verifier report, Code: NO_VERIFIER _REPORT, Component Type: executor, Description: No verifier report was generatec preventing access to the registry, or the absence of appropriate verifiers corresponding to the referenced image artifacts."
"message: "verification failed: Error: no verifier report, Code: NO_VERIFIER _REPORT, Component Type:
executor, Description: No verifier report was generatec preventing access to the registry, or the absence
of appropriate verifiers corresponding to the referenced image artifacts."
}
]
```