Skip to content

Commit 6f12763

Browse files
committed
Revert to table format
1 parent b683fa8 commit 6f12763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: aquasecurity/[email protected]
1818
with:
1919
image-ref: "quay.io/trustyai/trustyai-service-operator:${{ github.sha }}"
20-
format: "github"
20+
format: "table"
2121
exit-code: "1"
2222
ignore-unfixed: true
2323
vuln-type: "os,library"
@@ -28,7 +28,7 @@ jobs:
2828
uses: aquasecurity/[email protected]
2929
with:
3030
image-ref: "quay.io/trustyai/ta-lmes-driver:${{ github.sha }}"
31-
format: "github"
31+
format: "table"
3232
exit-code: "1"
3333
ignore-unfixed: true
3434
vuln-type: "os,library"

0 commit comments

Comments
 (0)