-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Installer] Add anchore/grype
#24
Comments
Hello @joshsleeper , I would like to try |
by all means, I don't have write access to this repo as I'm just a |
@stic-lab do it. |
@coolaj86 thank you. I am on it now |
If this is still open, may I work on this? |
as I said before, I don't have any sway or decision making powers here, and haven't started on anything myself otherwise I would've let folks know~ @stic-lab said he was planning to work on something back in Jan it seems, but we clearly haven't heard anything on this issue since. |
Please, let @brthngnsh do it. I was not able to manage my time to do it. Sorry it guys. |
Hello coolaj86, I came upon this and decided to try it first before asking you to assign this, I'm done now and would be creating a PR, if there's any mistake or correction to make, you can mention me, I'll get back to it... |
This was completed via webinstall/webi-installers#652 |
Add
anchore/grype
We want to add
anchore/grype
because...grype
is a CLI tool from Anchore for vulnerability scanning a container or filesystemThis could be as simple as copying
_example
, updating the github releasesinfo, and doing a find and replace on a few file system path names.
How to create a webi installer
Skills required
mkdir
,mv
,ls
,tar
,unzip
, variables)Steps
https://github.com/anchore/grype/releases
grype/release.js
to use the official repogrype
unpacks (i.e. as a single file? as a .tar.gz? asa .tar.gz with a folder named grype?)
grype/install.sh
(seebat
andjq
as examples)grype/install.ps1
(seebat
andjq
as examples)grype/README.md
It's also okay to have multiple people work on part of this (i.e. the Cheat
Sheet can be done independently from the
install.sh
)The text was updated successfully, but these errors were encountered: