Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions e2e-tests/manifests/rapidast-vapi-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ spec:
volumeMounts:
- name: results
mountPath: /opt/rapidast/results
- command: ["bash", "-c", "cat /opt/rapidast/results/*/*/zap/zap-report.sarif.json"]
image: registry.redhat.io/ubi9/ubi-micro
name: results-sarif
volumeMounts:
- name: results
mountPath: /opt/rapidast/results
volumes:
- name: config-volume
configMap:
Expand Down
Loading