Skip to content

Commit e1be43c

Browse files
chore(deps): bump aquasecurity/trivy-action (#137)
1 parent 9f26e4a commit e1be43c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
# NOTE: Doesn't fail if vulns are found - they are only reported
136136
- name: Run Trivy Vulnerability Scanner
137-
uses: aquasecurity/trivy-action@0.34.0
137+
uses: aquasecurity/trivy-action@0.34.1
138138
id: trivy-scan
139139
timeout-minutes: 5
140140
with:
@@ -252,7 +252,7 @@ jobs:
252252
done
253253
254254
- name: Upload - SBOM to Dependency Graph
255-
uses: aquasecurity/trivy-action@0.34.0
255+
uses: aquasecurity/trivy-action@0.34.1
256256
id: sbom-upload
257257
if: ${{ github.event_name != 'pull_request' }}
258258
timeout-minutes: 5

.github/workflows/scan-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5.0.1
1616

1717
- name: Run Trivy Vulnerability Scanner in IaC Mode
18-
uses: aquasecurity/trivy-action@0.34.0
18+
uses: aquasecurity/trivy-action@0.34.1
1919
with:
2020
scan-type: "config"
2121
hide-progress: true

0 commit comments

Comments
 (0)