Skip to content

Commit f871c69

Browse files
committed
ci: bump trivy from v0.69.0 to v0.70.0 (v0.69.0 download broken)
1 parent 6938f4c commit f871c69

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/trivy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
image-ref: pyatlan-trivy:latest
4747
scanners: 'vuln'
48-
version: 'v0.69.0'
48+
version: 'v0.70.0'
4949
ignore-unfixed: true
5050
format: 'table'
5151
output: 'trivy-image.txt'
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
image-ref: pyatlan-trivy:latest
7373
scanners: 'vuln'
74-
version: 'v0.69.0'
74+
version: 'v0.70.0'
7575
ignore-unfixed: true
7676
format: 'sarif'
7777
output: 'trivy-image.sarif'
@@ -87,7 +87,7 @@ jobs:
8787
scan-type: fs
8888
scan-ref: uv.lock
8989
scanners: 'vuln'
90-
version: 'v0.69.0'
90+
version: 'v0.70.0'
9191
ignore-unfixed: true
9292
format: 'table'
9393
output: 'trivy-deps.txt'
@@ -113,7 +113,7 @@ jobs:
113113
scan-type: fs
114114
scan-ref: uv.lock
115115
scanners: 'vuln'
116-
version: 'v0.69.0'
116+
version: 'v0.70.0'
117117
ignore-unfixed: true
118118
format: 'sarif'
119119
output: 'trivy-deps.sarif'
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
image-ref: pyatlan-trivy:latest
169169
scanners: 'vuln'
170-
version: 'v0.69.0'
170+
version: 'v0.70.0'
171171
ignore-unfixed: true
172172
format: 'table'
173173
severity: 'CRITICAL,HIGH'
@@ -182,7 +182,7 @@ jobs:
182182
scan-type: fs
183183
scan-ref: uv.lock
184184
scanners: 'vuln'
185-
version: 'v0.69.0'
185+
version: 'v0.70.0'
186186
ignore-unfixed: true
187187
format: 'table'
188188
severity: 'CRITICAL,HIGH'

0 commit comments

Comments
 (0)