Skip to content

Commit dcf5bfa

Browse files
authored
Merge pull request #521 from ELIXIR-NO/dependabot/github_actions/aquasecurity/trivy-action-0.32.0
[GitHub Action]: Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0
2 parents 56e1836 + 3120330 commit dcf5bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "repo_name=$REPO_NAME" >> $GITHUB_ENV
4545
4646
- name: Run Trivy vulnerability scanner
47-
uses: aquasecurity/trivy-action@0.31.0
47+
uses: aquasecurity/trivy-action@0.32.0
4848
with:
4949
image-ref: ghcr.io/${{ env.repo_name }}:localega-tsd-proxy-${{ github.event.number }}
5050
format: 'sarif'
@@ -71,7 +71,7 @@ jobs:
7171
REPO_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
7272
echo "repo_name=$REPO_NAME" >> $GITHUB_ENV
7373
- name: Run Trivy vulnerability scanner
74-
uses: aquasecurity/trivy-action@0.31.0
74+
uses: aquasecurity/trivy-action@0.32.0
7575
with:
7676
image-ref: ghcr.io/${{ env.repo_name }}:mq-interceptor-${{ github.event.number }}
7777
format: 'sarif'

0 commit comments

Comments
 (0)