Amazing video. Was looking for something like this.
@LogicOpsLab Жыл бұрын
Glad to hear!
@bbi-edu8 ай бұрын
Why scan the Docker image? Security and vulnerability checks should be performed before building the Docker image. This seems more like a DevOps engineer interview for someone with less than 8 years of experience. I didn't notice any DevOps architect skills or discussions during the interview from either side.
@LogicOpsLab7 ай бұрын
Thanks for the feedback.
@rohitgujral8451 Жыл бұрын
Snyk vulnerabilities should not stop us from building and deploying to lower envs
@diyalifestyles697110 ай бұрын
Pls do more video of helpful for experienced ones. Thanks really.
@LogicOpsLab10 ай бұрын
Sure thing. Thanks for the support.
@hadishamil6173 Жыл бұрын
What is that tool for scanning helm charts?
@LogicOpsLab Жыл бұрын
One popular tool for this purpose is Trivy. Trivy is an open-source vulnerability scanner that can be used to scan container images and Helm charts for known vulnerabilities
@hadishamil6173 Жыл бұрын
@@LogicOpsLabYeah.. I have used Trivy but the candidate was saying about some other tool rather than Trivy and Snyk 24:42
@LogicOpsLab Жыл бұрын
@@hadishamil6173 Oh, alright. He is talking about DATREE (www.datree.io/)
@hadishamil6173 Жыл бұрын
@@LogicOpsLab Thank you Ravish
@Sadashiv-i8k3 ай бұрын
No snyk scan the Java jar Looks there is a gap in handson
@LogicOpsLab3 ай бұрын
Yes, Snyk can scan a JAR file, but it is primarily designed to analyze project files (such as Maven or Gradle build files) for vulnerabilities in dependencies. However, Snyk also offers the ability to scan a JAR file directly to find vulnerabilities in the libraries packaged within it.