Skip to content

Commit

Permalink
probando trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar4all authored Jan 7, 2024
1 parent b0fda15 commit 6a7b026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
-
name: Scan Docker image with Trivy
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ secrets.DOCKERUSER }}/react-todo-list:${{ github.run_number }}
#exit-code-on-severity: "HIGH"
-
name: Login to Docker Hub edgar4all
uses: docker/login-action@v3
Expand Down

0 comments on commit 6a7b026

Please sign in to comment.