Skip to content

Commit 9f319e5

Browse files
authored
[CI] Do not upload Trivy results to Github
1 parent eda4af6 commit 9f319e5

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
@@ -93,9 +93,6 @@ jobs:
9393
needs: [prerequisites]
9494
if: needs.prerequisites.outputs.runjobs
9595
uses: ./.github/workflows/trivy-scan.yml
96-
with:
97-
config-path: .github/trivy-to-sarif.yaml
98-
upload-results: true
9996
deploy_artifacts:
10097
name: Deploy Artifacts
10198
needs: [build_jdk_17, check_samples, scan]

0 commit comments

Comments
 (0)