-
Notifications
You must be signed in to change notification settings - Fork 193
feat: implement scorecard-classic command #2433
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?
Conversation
|
|
0856a08 to
9641f3c
Compare
031a5a1 to
80fc819
Compare
packages/cli/src/index.ts
Outdated
| output: { | ||
| describe: 'Output file for JSON results.', | ||
| type: 'string', | ||
| alias: 'o', | ||
| }, |
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.
I suggest adding format option instead (see the lint command).
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.
Changed it
What/Why/How?
scorecard-classic.Reference
Testing
Ran tests.
Screenshots (optional)
Check yourself
Security