-

Integrate Image Scanning with GitHub Actions
Read more: Integrate Image Scanning with GitHub ActionsIntroduction 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…
-

Acorn as package manager in Kubernetes
Read more: Acorn as package manager in KubernetesIntroduction With the rise of Kubernetes, managing applications and its dependencies become a thing, to help users and developers to handle these dependencies and components and keep the relationship on each of them is when the package management comes to the table. While there are several packaging system like the CNAB, Operators or Helm, there…