Secrets" /> Secrets" />

Tag: pipeline action

  • Docker – Automate Snyk Docker Image Scanning With GITHub Actions

    Docker – Automate Snyk Docker Image Scanning With GITHub Actions

    Snyk is a great tool for vulnerability scanning, it’s included in Docker Desktops docker scan feature (10 “free” scans, then requires registration) and has it’s own CLI tools for code and container scanning. It is, also, available as a pipeline action. Here is how to use it with GITHub actions. First, Create a secret on…