theredguild / DevSecOps-toolkit

Curation of DevSecOps tools that all work together inside the minimum amount of containers. Just run make exec and read the How To!
https://theredguild.org
2 stars 0 forks source link

Add new tools: Clair, Snyk, Grype #15

Closed reynico closed 1 week ago

reynico commented 1 week ago

I installed grype and snyk differently. Tried to suggest small changes via gh's UI but horrible experience.

A few PRs after this I successfully installed them both las follows: RUN pnpm install -g snyk RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sudo sh -s -- -b /usr/local/bin

gotcha! just addressed the comments and committed a last fix to the suggestions. CI is passing as expected so I think this is good to go