Category: CI/CD

  • Integrate Image Scanning with GitHub Actions

    Integrate Image Scanning with GitHub Actions

    Introduction GitHub Actions is an automation tool that helps developers design their workflows by automating tasks, allowing the implementation of CI/CD directly from within the Github repositories. Security is essential when managing production applications to protect data, prevent unauthorized access, and maintain the application integrity, integrating image scanning into the CI/CD process is not just…

    Read more: Integrate Image Scanning with GitHub Actions