There was an error while loading. Please reload this page.
1 parent 737f74c commit 2a55adeCopy full SHA for 2a55ade
1 file changed
.github/workflows/chatbot-build.yml
@@ -83,23 +83,7 @@ jobs:
83
uses: aquasecurity/trivy-action@0.33.1
84
with:
85
image-ref: ghcr.io/${{ github.repository_owner }}/hub-chatbot:${{ needs.get-tag.outputs.version }}
86
- format: 'sarif'
87
- output: 'trivy-chatbot-image.sarif'
+ format: 'table'
88
severity: 'HIGH,CRITICAL'
89
exit-code: '1'
90
trivyignores: 'tools/chatbot/.trivyignore'
91
-
92
- - name: Upload image scan results to GitHub Security tab
93
- if: always()
94
- uses: github/codeql-action/upload-sarif@v3
95
- with:
96
- sarif_file: 'trivy-chatbot-image.sarif'
97
- category: 'trivy-chatbot-image'
98
99
- - name: Upload image scan reports as artifacts
100
101
- uses: actions/upload-artifact@v4
102
103
- name: trivy-reports-chatbot
104
- path: '*.sarif'
105
- retention-days: 30
0 commit comments