Skip to content

Commit

Permalink
test(e2e): try out kuttl collectors
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Jan 16, 2023
1 parent a9d7256 commit 1aa9f85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/e2e/scenario/vulnerability-overflow/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ spec:
status:
vulnerabilitySummary:
severityCount: {}
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
collectors:
- type: events
namespace: image-scanner-jobs
- type: pod
namespace: image-scanner
pod: trivy-0
- type: pod
namespace: image-scanner
selector: control-plane=image-scanner

0 comments on commit 1aa9f85

Please sign in to comment.