Security used to be an afterthought during development, or security would come in late in the release cycle. This meant that security issues were found late in the development cycle and close to the final release, and there would not be sufficient time before the release to fix all security defects found. Security has been… Continue reading DevSecOps
Category: DevOps
My learnings about DevOps
Artifact Repositories
The artifact repository is one of the less heralded components of a CICD system. During development and builds, there can be different types of artifacts that may be in use to build and create packages. There might be packages to be pulled from MavenCentral or a PyPi repository as dependencies to build new packages, and… Continue reading Artifact Repositories