We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bb3ab commit 9f5d7fbCopy full SHA for 9f5d7fb
1 file changed
.github/workflows/argo-actions.yml
@@ -25,5 +25,8 @@ jobs:
25
- name: Build Docker Image
26
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/my-app:${{ github.sha }} .
27
28
+ - name: Scan Docker Image with Trivy
29
+ run: docker run --rm -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy:latest image ${{ secrets.DOCKERHUB_USERNAME }}/my-app:${{ github.sha }}
30
+
31
- name: Install NodeJS dependencies
32
run: npm install
0 commit comments