We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56e1836 + 3120330 commit dcf5bfaCopy full SHA for dcf5bfa
.github/workflows/scan-images.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "repo_name=$REPO_NAME" >> $GITHUB_ENV
45
46
- name: Run Trivy vulnerability scanner
47
- uses: aquasecurity/trivy-action@0.31.0
+ uses: aquasecurity/trivy-action@0.32.0
48
with:
49
image-ref: ghcr.io/${{ env.repo_name }}:localega-tsd-proxy-${{ github.event.number }}
50
format: 'sarif'
@@ -71,7 +71,7 @@ jobs:
71
REPO_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
72
73
74
75
76
image-ref: ghcr.io/${{ env.repo_name }}:mq-interceptor-${{ github.event.number }}
77
0 commit comments