We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91fea2 commit 84d41ccCopy full SHA for 84d41cc
.github/workflows/build-and-push.yaml
@@ -171,6 +171,7 @@ jobs:
171
- contextDir: config
172
sourcePath: ''
173
uri: https://api.github.com/repos/trustyai-explainability/trustyai-service-operator-ci/tarball/operator-${{ env.TAG }}
174
+ ```
175
- name: Trivy scan
176
uses: aquasecurity/[email protected]
177
with:
@@ -186,4 +187,4 @@ jobs:
186
187
- name: Update Security tab
188
uses: github/codeql-action/upload-sarif@v3
189
- sarif_file: 'trivy-results.sarif' ```
190
+ sarif_file: 'trivy-results.sarif'
0 commit comments