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

📖 update usage message of the scorecard --verbosity flag #3190

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

andrelmbackman
Copy link
Contributor

@andrelmbackman andrelmbackman commented Jun 19, 2023

Add the available argument strings for the --verbosity flag in the usage message of the scorecard cli.

Currently: the usage message reads: set the log level

Change proposal: the usage message reads Set the log level. Possible values are: 'info', 'debug', 'warn'. Add --show-details to see the results.

  • Tests for the changes have been added (for bug fixes/features)

Fixes #3173

Special notes for your reviewer

Does this PR introduce a user-facing change?

For user-facing changes, please add a concise, human-readable release note to
the release-note

(In particular, describe what changes users might need to make in their
application as a result of this pull request.)

NONE

…card CLI

Signed-off-by: André Backman <andrebackmann@gmail.com>
@andrelmbackman andrelmbackman changed the title ✨ add possible values of --verbosity flag in the usage message of score… ✨ update usage message of the scorecard --verbosity flag Jun 19, 2023
@andrelmbackman andrelmbackman changed the title ✨ update usage message of the scorecard --verbosity flag 📖 update usage message of the scorecard --verbosity flag Jun 20, 2023
@andrelmbackman andrelmbackman temporarily deployed to integration-test June 20, 2023 14:44 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Merging #3190 (533ce8f) into main (77919b0) will increase coverage by 2.66%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3190      +/-   ##
==========================================
+ Coverage   62.74%   65.41%   +2.66%     
==========================================
  Files         168      168              
  Lines       12586    12586              
==========================================
+ Hits         7897     8233     +336     
+ Misses       4259     3898     -361     
- Partials      430      455      +25     

Copy link
Contributor

@raghavkaul raghavkaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@raghavkaul raghavkaul merged commit 75efaa3 into ossf:main Jun 20, 2023
43 checks passed
ashearin pushed a commit to kgangerlm/scorecard-gitlab that referenced this pull request Nov 13, 2023
…card CLI (ossf#3190)

Signed-off-by: André Backman <andrebackmann@gmail.com>
Signed-off-by: Allen Shearin <allen.p.shearin@gmail.com>
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.

Usage of the --verbosity flag
2 participants