Skip to content

Commit 905c726

Browse files
committed
feat: mention OpenScanHub in the feature list
Resolves: #966 Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
1 parent 5b4d1f4 commit 905c726

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/components/HomepageFeatures/index.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ const FeatureList: FeatureItem[] = [
3232
</Link>{" "}
3333
and can test either the RPM package built in Copr or trigger tests
3434
directly on different platforms.{" "}
35-
<Link to="/docs/configuration/upstream/tests">Learn more.</Link>
35+
<Link to="/docs/configuration/upstream/tests">Learn more.</Link> It can
36+
also perform Static Application Security Testing through{" "}
37+
<Link to="https://openscanhub.dev/">OpenScanHub</Link> by running
38+
differential scans on{" "}
39+
<Link to="https://packit.dev/posts/openscanhub-prototype#setup">
40+
pull requests
41+
</Link>
42+
.
3643
</>
3744
),
3845
},

0 commit comments

Comments
 (0)