Aqua Microscanner has been deprecated for a few years and moved to Trivy. I have [an example Trivy Dockerfile](https://github.com/BretFisher/nodejs-rocks-in-docker/blob/d88b115806e5e9e63868202059168d5ef2169e9e/dockerfiles/5.Dockerfile#L40-L56). I also have an example GitHub Action [calling workflow](https://github.com/BretFisher/github-actions-templates/blob/main/templates/call-trivy-scan-image.yaml) that [calls a reusable Trivy workflow](https://github.com/BretFisher/github-actions-templates/blob/main/.github/workflows/reusable-trivy-scan-image.yaml). - [ ] Add a written lecture preceding the outdated one describing the change - [ ] Update source code example to point to updated Trivy example - [ ] Replace lecture video part about Microscanner with Trivy [Original Q&A](https://www.udemy.com/course/docker-mastery-for-nodejs/learn/#questions/20475330/)
Aqua Microscanner has been deprecated for a few years and moved to Trivy. I have an example Trivy Dockerfile. I also have an example GitHub Action calling workflow that calls a reusable Trivy workflow.
Original Q&A