-
Couldn't load subscription status.
- Fork 727
Initial README #120
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
Initial README #120
Conversation
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.
Looks good, just some minor tweaks would increase polish, IMHO
Co-authored-by: Alfredo Deza <[email protected]>
Co-authored-by: Alfredo Deza <[email protected]>
Co-authored-by: Alfredo Deza <[email protected]>
Co-authored-by: Alfredo Deza <[email protected]>
Co-authored-by: Alfredo Deza <[email protected]>
Co-authored-by: Alfredo Deza <[email protected]>
Co-authored-by: Alfredo Deza <[email protected]>
README.md
Outdated
| - `~/.syft.yaml` | ||
| - `<XDG_CONFIG_HOME>/syft/config.yaml` | ||
|
|
||
| Configuration options: |
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 was actually just looking for these values. Can we have all of the values (perhaps these are all!) with the defaults? That way we don't need to add "the default is X" anywhere except once at the top.
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.
Actually, this is all of our configuration values (grype will have a few more)
With regard to default values, that's currently what's indicated (but is not apparent I think, so I've tweaked it). That is, the given example values are the default values, only one exception is noted since it clarifies the behavior of having an empty default value (the log file).
I've added a note to the top of that section noting that "example values are the default value"... think that's good enough? or is there a better place/phrase, @alfredodeza ?
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 am not seeing the note that these example values are the default. Is that in this doc or somewhere else?
Co-authored-by: Alfredo Deza <[email protected]>
* initial readme + logging and output fixes to support descriptions * minor tweaks to README descriptions * simplify phrasing Co-authored-by: Alfredo Deza <[email protected]> * add comment for example gif Co-authored-by: Alfredo Deza <[email protected]> * spelling fix Co-authored-by: Alfredo Deza <[email protected]> * update phrasing Co-authored-by: Alfredo Deza <[email protected]> * simplify TODO note Co-authored-by: Alfredo Deza <[email protected]> * grammar fix Co-authored-by: Alfredo Deza <[email protected]> * phrase fix Co-authored-by: Alfredo Deza <[email protected]> * rm readme bash block indicators * clarify config examples are default values * rm value Co-authored-by: Alfredo Deza <[email protected]> Co-authored-by: Alfredo Deza <[email protected]>
This PR adds the initial README and fixes to support the descriptions in the README.
Specific fixes:
all-layersinstead ofalllayersscope selectionPartially addresses #102