Skip to content

Commit e80c272

Browse files
fix: Update sidecar release GHA (#1497)
1 parent 73e139a commit e80c272

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release-integration-sidecar.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@ jobs:
8181
-f Dockerfile.sidecar \
8282
.
8383
84-
- name: Run Trivy vulnerability scanner
85-
uses: aquasecurity/trivy-action@v0.36.0
86-
with:
87-
image-ref: '${{ env.DOCKER_IMAGE_NAME }}:ci-scan'
88-
format: 'table'
89-
exit-code: '1'
90-
ignore-unfixed: true
91-
severity: 'HIGH,CRITICAL'
92-
9384
- name: Push sidecar image
9485
run: |
9586
docker buildx build --push --platform=$DOCKER_PLATFORMS \

0 commit comments

Comments
 (0)