Skip to content

Commit

Permalink
Trivy check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 15, 2024
1 parent bfa18af commit 1bb28d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Build Docker image
run: |
docker build --platform ${{ matrix.platforms }} -t my-docker-image:${{ matrix.tags }} -f ${{ matrix.context }}/${{ matrix.dockerfile }} ${{ matrix.context }}
docker build --platform ${{ matrix.platforms }} -t my-docker-image:${{ matrix.tags }} -f ${{ matrix.context }}/${{ matrix.dockerfile }} .
- name: Scan Docker image with Trivy
uses: aquasecurity/[email protected]
Expand Down

0 comments on commit 1bb28d5

Please sign in to comment.