Skip to content

Commit

Permalink
chore: correcting KubeArmor url (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Geijer Haeggström <[email protected]>
  • Loading branch information
fredrikgh authored Nov 14, 2023
1 parent e2c1eef commit c8b90c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/pages/applications/emerging.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const emergingApplications = [
],
},
{
logoUrl: 'https://github.com/accuknox/KubeArmor',
logoUrl: 'https://github.com/kubearmor/KubeArmor',
name: 'KubeArmor',
logoName: 'kubeArmorLogo',
title: 'Container-aware Runtime Security Enforcement System',
Expand All @@ -196,7 +196,7 @@ const emergingApplications = [
networking operation, and resource utilization) of containers at the
system level, using LSMs and eBPF.`,
urls: [
{ label: 'GitHub', url: 'https://github.com/accuknox/KubeArmor' },
{ label: 'GitHub', url: 'https://github.com/kubearmor/KubeArmor' },
{ label: 'Website', url: 'https://kubearmor.com' },
],
},
Expand Down

0 comments on commit c8b90c3

Please sign in to comment.