Skip to content

Commit ff32704

Browse files
committed
update image details URL to point to vulnerability report
1 parent eaabbba commit ff32704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Image.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
);
4747
4848
const imageDetailsUrl = $derived(
49-
`/team/${page.params.team}/${page.params.env}/${$data.__typename === 'Application' ? 'app' : 'job'}/${$data.name}/image`
49+
`/team/${page.params.team}/${page.params.env}/${$data.__typename === 'Application' ? 'app' : 'job'}/${$data.name}/vulnerability-report`
5050
);
5151
5252
const categories = ['critical', 'high', 'medium', 'low', 'unassigned'] as const;

0 commit comments

Comments
 (0)