We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64b3cd commit e1aa5f4Copy full SHA for e1aa5f4
src/components/AlertDetail.tsx
@@ -28,7 +28,7 @@ export function AlertDetail({ alert }: { alert: AlertConversation }) {
28
<label className="font-medium">Package:</label>
29
30
<a
31
- href={`https://www.insight.stacklok.com/report/${maliciousPkg.type}/${maliciousPkg.name}`}
+ href={`https://www.insight.stacklok.com/report/${maliciousPkg.type}/${maliciousPkg.name}?utm_source=codegate-ui`}
32
target="_blank"
33
rel="noopener noreferrer"
34
className="text-brand-500 hover:underline"
0 commit comments