Skip to content

Commit 332edc7

Browse files
authored
Merge pull request #4389 from GSA-TTS/main
2 parents cf8834d + d3627f2 commit 332edc7

17 files changed

+5
-1128
lines changed

.github/workflows/trivy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: docker build -t ${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }} .
4040

4141
- name: Run Trivy vulnerability scanner
42-
uses: aquasecurity/trivy-action@0.26.0
42+
uses: aquasecurity/trivy-action@0.27.0
4343
with:
4444
image-ref: '${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }}'
4545
scan-type: 'image'
@@ -74,7 +74,7 @@ jobs:
7474
run: docker pull ${{ matrix.image.name }}
7575

7676
- name: Run Trivy vulnerability scanner on Third Party Images
77-
uses: aquasecurity/trivy-action@0.26.0
77+
uses: aquasecurity/trivy-action@0.27.0
7878
with:
7979
image-ref: '${{ matrix.image.name }}'
8080
scan-type: 'image'

0 commit comments

Comments
 (0)