-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Prabhu Subramanian
committed
Jul 5, 2020
1 parent
9000689
commit 42735f4
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="console-application"> | ||
<id>io.shiftleft.scan</id> | ||
|
||
<name>scan</name> | ||
<summary>ShiftLeft Scan is a free open-source security tool for modern DevOps teams</summary> | ||
|
||
<metadata_license>FSFAP</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
|
||
<description> | ||
<p> | ||
ShiftLeft Scan is a free open-source security tool for modern DevOps teams. With an integrated multi-scanner based design, ShiftLeft Scan can detect various kinds of security flaws in your application and infrastructure code in a single fast scan. The kind of flaws detected are: | ||
</p> | ||
<ul> | ||
<li>Credentials Scanning to detect accidental secret leaks</li> | ||
<li>Static Analysis Security Testing (SAST) for a range of languages and frameworks</li> | ||
<li>Open-source dependencies audit</li> | ||
<li>Licence violation checks</li> | ||
</ul> | ||
</description> | ||
|
||
<icon type="stock">utilities-terminal</icon> | ||
|
||
<categories> | ||
<category>Development</category> | ||
<category>Building</category> | ||
</categories> | ||
<url type="homepage">https://slscan.io</url> | ||
<project_group>ShiftLeftSecurity</project_group> | ||
|
||
<provides> | ||
<binary>scan</binary> | ||
</provides> | ||
</component> |