Skip to content

Commit

Permalink
Merge branch 'update-lpm-version' of https://github.com/liquibase/docker
Browse files Browse the repository at this point in the history
 into update-lpm-version
  • Loading branch information
jnewton03 committed Jul 11, 2024
2 parents dc8018e + 3807941 commit 81191fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker build -f ${{ matrix.image.dockerfile }} -t ${{ matrix.image.name }}${{ matrix.image.suffix }}:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: '${{ matrix.image.name }}${{ matrix.image.suffix }}:${{ github.sha }}'
vuln-type: 'os,library'
Expand Down

0 comments on commit 81191fc

Please sign in to comment.