Skip to content

Commit 0e6a43f

Browse files
authored
feat: mention OpenScanHub in the feature list (#1066)
Resolves: #966 <!-- TODO list --> TODO: - [ ] Write new tests or update the old ones to cover new functionality. - [ ] Update doc-strings where appropriate. - [ ] Update or write new documentation in `packit/packit.dev`. - [ ] ‹fill in› <!-- notes for reviewers --> <!-- Links to other issues or pull requests, for cross-repository links use: ‹namespace›/‹repository›#‹ID of issue› (‹namespace›/‹repository›!‹ID of PR› respectively) --> Fixes Related to Merge before/after <!-- release notes footer --> RELEASE NOTES BEGIN Packit now supports automatic ordering of ☕ after all checks pass. RELEASE NOTES END
2 parents 5b4d1f4 + 905c726 commit 0e6a43f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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)