We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4d1f4 commit 905c726Copy full SHA for 905c726
1 file changed
src/components/HomepageFeatures/index.tsx
@@ -32,7 +32,14 @@ const FeatureList: FeatureItem[] = [
32
</Link>{" "}
33
and can test either the RPM package built in Copr or trigger tests
34
directly on different platforms.{" "}
35
- <Link to="/docs/configuration/upstream/tests">Learn more.</Link>
+ <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
+ .
43
</>
44
),
45
},
0 commit comments