Skip to content

Commit 8e9855c

Browse files
authored
[CI] Do not upload Trivy results to Github
1 parent cc90b6c commit 8e9855c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ jobs:
9191
needs: [prerequisites]
9292
if: needs.prerequisites.outputs.runjobs
9393
uses: ./.github/workflows/trivy-scan.yml
94-
with:
95-
config-path: .github/trivy-to-sarif.yaml
96-
upload-results: true
9794
deploy_artifacts:
9895
name: Deploy Artifacts (1.0.x)
9996
needs: [build_jdk_17, check_samples, scan]

0 commit comments

Comments
 (0)