Skip to content

Commit e77d5a6

Browse files
ci: disable trivy vulnerability scanning
1 parent 2929f54 commit e77d5a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/deploy-stage.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
52-
- name: Run Trivy vulnerability scanner
53-
uses: aquasecurity/trivy-action@v0.35.0
54-
with:
55-
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
56-
format: json
57-
output: trivy-results.json
58-
severity: CRITICAL,HIGH
59-
scanners: vuln
60-
52+
# - name: Run Trivy vulnerability scanner
53+
# uses: aquasecurity/trivy-action@v0.35.0
54+
# with:
55+
# image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
56+
# format: json
57+
# output: trivy-results.json
58+
# severity: CRITICAL,HIGH
59+
# scanners: vuln
60+
#
6161
build-cli-binaries:
6262
name: build the CLI binaries
6363
strategy:

0 commit comments

Comments
 (0)