-
Notifications
You must be signed in to change notification settings - Fork 59
update to test #3388
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
base: main
Are you sure you want to change the base?
update to test #3388
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # `ec` a command line client for verifying artifacts and evaluating policies | ||
|
|
||
| ## testing changes | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [medium] scope-coherence Content-free placeholder heading degrades README structure. Inserting a meaningless "## testing changes" heading between the project title and the project description breaks the document logical structure and narrative flow. The README is the project public-facing documentation. Suggested fix: Remove the heading. If changes to the README are needed, add substantive content that follows the existing document structure. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [low] naming-conventions Heading uses lowercase ("## testing changes") which is inconsistent with every other level-2 heading in the file (## Building, ## Testing, ## Linting, ## Demo, ## Troubleshooting). The established convention is title case. Suggested fix: Use title case: "## Testing Changes". |
||
|
|
||
| The `ec` tool is used to evaluate Conforma policies for Software | ||
| Supply Chain. Various sub-commands can be used to assert facts about an artifact | ||
| such as: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[high] intent-alignment
No linked issue or authorization for this change. The PR has no body, no linked issue, and the title "update to test" combined with the branch name "test-ta" indicate this is a scratch/test PR rather than authorized work. The content-free heading serves no documented purpose and there is no traceability to any planned work item.
Suggested fix: If this PR serves a legitimate purpose (e.g., testing CI pipelines or webhook integrations), document that in the PR body and link to the relevant issue. Otherwise, close the PR without merging.