Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
runejo committed Dec 9, 2024
1 parent 7798dd0 commit d725a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
docker:
runs-on: ubuntu-latest
env:
IMAGE_NAME: pxtools/pxwebapi:latest
IMAGE_NAME: pxtools/pxwebapi:${{ github.sha }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -54,7 +54,7 @@ jobs:
push: false
tags: ${{ env.IMAGE_NAME }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
scan-type: image
image-ref: ${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit d725a60

Please sign in to comment.