Skip to content

Commit cfbd512

Browse files
authored
Merge pull request trustyai-explainability#36 from trustyai-explainability/FixSecurityUpload
CI: Fix security scan upload
2 parents 87b3dbd + 86a1775 commit cfbd512

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,13 @@ jobs:
136136
exit-code: '0'
137137
ignore-unfixed: false
138138
vuln-type: 'os,library'
139-
- name: Update Security tab
139+
- name: Update Security tab - Huggingface
140140
uses: github/codeql-action/upload-sarif@v3
141141
with:
142142
sarif_file: 'trivy-results.sarif'
143-
- name: Update Security tab
143+
category: huggingface
144+
- name: Update Security tab - Built-in
144145
uses: github/codeql-action/upload-sarif@v3
145146
with:
146147
sarif_file: 'trivy-results-built-in.sarif'
148+
category: built-in

0 commit comments

Comments
 (0)