Library
All the video learning materials I have published.
-
Terraform Code Scanning with Snyk and Docker
Published: at 08:17 PMThis episode is a show and tell on running vulnerability scans on terraform code using Snyk and docker and extracting the results using Security Analysis Results Interchange Format (SARIF).
-
Docker Image Scanning with Snyk and Github Actions
Published: at 08:09 PMThis episode is a show and tell on running vulnerability scans on docker images using Snyk and Github Actions.
-
Docker Image Security Scanning with Snyk on Docker
Published: at 07:15 PMThis episode is a show and tell on running vulnerability scans on docker images on a local machine using Snyk and Docker and extracting the results using Security Analysis Results Interchange Format (SARIF). This episode shows a scenario where docker images are built using a base image with known vulnerabilities and rectifying the findings by a version upgrade.
-
Python Dependency Scanning with Snyk and Github Actions
Published: at 05:40 AMIntegrating python module dependency scanning with Github Actions.