Skip to content

Commit a8c2cb1

Browse files
committed
removed trivy version mismatch
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
1 parent bacc83e commit a8c2cb1

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ jobs:
149149
ignore-unfixed: true
150150
vuln-type: 'os,library'
151151
severity: 'CRITICAL,HIGH'
152-
version: '0.67.2' # Update Trivy version
153-
args: --skip-version-check
152+
154153

155154
docker-build-authentication-server:
156155
runs-on: ubuntu-latest
@@ -178,9 +177,7 @@ jobs:
178177
ignore-unfixed: true
179178
vuln-type: 'os,library'
180179
severity: 'CRITICAL,HIGH'
181-
version: '0.67.2' # Update Trivy version
182-
args: --skip-version-check
183-
180+
184181
docker-build-subscriber:
185182
runs-on: ubuntu-latest
186183
needs:
@@ -207,8 +204,7 @@ jobs:
207204
ignore-unfixed: true
208205
vuln-type: 'os,library'
209206
severity: 'CRITICAL,HIGH'
210-
version: '0.67.2' # Update Trivy version
211-
args: --skip-version-check
207+
212208

213209
docker-build-frontend:
214210
runs-on: ubuntu-latest
@@ -239,8 +235,7 @@ jobs:
239235
ignore-unfixed: true
240236
vuln-type: 'os,library'
241237
severity: 'CRITICAL,HIGH'
242-
version: '0.67.2' # Update Trivy version
243-
args: --skip-version-check
238+
244239

245240
docker-build-event-tracker:
246241
runs-on: ubuntu-latest
@@ -268,8 +263,7 @@ jobs:
268263
ignore-unfixed: true
269264
vuln-type: 'os,library'
270265
severity: 'CRITICAL,HIGH'
271-
version: '0.67.2' # Update Trivy version
272-
args: --skip-version-check
266+
273267

274268
docker-build-dex-server:
275269
runs-on: ubuntu-latest
@@ -296,5 +290,4 @@ jobs:
296290
ignore-unfixed: true
297291
vuln-type: 'os,library'
298292
severity: 'CRITICAL,HIGH'
299-
version: '0.67.2' # Update Trivy version
300-
args: --skip-version-check
293+

0 commit comments

Comments
 (0)