Skip to content

Commit

Permalink
added supported tool classes #3001
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed Dec 5, 2024
1 parent e30a33f commit 8355604
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sechub-website/components/home/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import { PlayIcon } from '@heroicons/vue/20/solid';
<template>
<section class="overflow-hidden pt-16 lg:pb-32 xl:pb-36">
<div class="container">
<div class="lg:grid lg:grid-cols-12 lg:gap-x-8 lg:gap-y-20">
<div class="lg:grid lg:grid-cols-12 lg:gap-x-8 lg:gap-y-0">
<div class="relative z-10 mx-auto max-w-2xl lg:col-span-7 lg:max-w-none lg:pt-6 xl:col-span-6">
<h1 class="text-4xl font-medium tracking-tight text-gray-900">SecHub - One API to secure them all</h1>
<p class="mt-6 text-lg text-gray-600">
The free and open-source security platform SecHub, provides a central API to test software with different
security tools. SecHub supports many free and open-source as well as proprietary security tools.
security tools.
</p>
<!-- Activate next block after Video has been updated -->
<!--div class="mt-8 flex flex-wrap gap-x-6 gap-y-4">
Expand All @@ -20,6 +20,12 @@ import { PlayIcon } from '@heroicons/vue/20/solid';
<span class="ml-2">See in action</span>
</NuxtLink>
</div-->
<p class="mt-6 text-lg text-gray-600">
SecHub supports many free and open-source as well as proprietary security tools covering
SAST (Static Application Security Testing),
DAST (Dynamic Application Security Testing),
Secret scanners, Infrastructure scanners, License scanners and more…
</p>
</div>
<div class="relative mt-10 sm:mt-20 lg:col-span-5 lg:row-span-2 lg:mt-0 xl:col-span-6">
<AbstractDoubleCircularAnimation />
Expand Down

0 comments on commit 8355604

Please sign in to comment.