Skip to content

Commit 84d41cc

Browse files
committed
fix: Fix typo
1 parent e91fea2 commit 84d41cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
- contextDir: config
172172
sourcePath: ''
173173
uri: https://api.github.com/repos/trustyai-explainability/trustyai-service-operator-ci/tarball/operator-${{ env.TAG }}
174+
```
174175
- name: Trivy scan
175176
uses: aquasecurity/[email protected]
176177
with:
@@ -186,4 +187,4 @@ jobs:
186187
- name: Update Security tab
187188
uses: github/codeql-action/upload-sarif@v3
188189
with:
189-
sarif_file: 'trivy-results.sarif' ```
190+
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)