Skip to content

feat: enable reuse of scan results #1424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
May 23, 2025
Merged
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
Prev Previous commit
Next Next commit
fix: more shas
  • Loading branch information
tenstad committed May 21, 2025
commit 184eced019650ca952049299983c7987d0787673
2 changes: 1 addition & 1 deletion internal/controller/stas/workload_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ var _ = Describe("Workload controller", func() {
pod.Status.ContainerStatuses = []corev1.ContainerStatus{
{
Image: "dummy.registry.mycorp.com/foo-app:latest",
ImageID: "dummy.registry.mycorp.com/foo-app@sha256:45dddaa9b519329a688366e2b6119214a42cac569529ccacb0989c43355f0255",
ImageID: "dummy.registry.mycorp.com/foo-app@sha256:7f558fa06b1337656dfc10ef8fb7affc7d155ba9225aca6107104fe93ed3a438",
},
}
setPodReady(pod)
Expand Down
Loading