forked from boost-community/scanner-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BST-13841 BST-13663 Promotion to Prod (#165)
BST-13481: add new baseline scanner BST-13663 Move the rules from baseline to scanner
- Loading branch information
Showing
5 changed files
with
95 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
api_version: 1.0 | ||
|
||
|
||
id: boostsecurityio/baseline | ||
name: BoostSecurity Scanner | ||
namespace: boostsecurityio/baseline | ||
scan_types: | ||
- sast | ||
- cicd | ||
|
||
|
||
config: | ||
support_diff_scan: true | ||
|
||
|
||
steps: | ||
- scan: | ||
command: | ||
docker: | ||
image: public.ecr.aws/boostsecurityio/boost-scanner-native:44a65bf@sha256:cefdba826edb2138b6d219d7ff398181158caac3755e6542171ba6d8c06e594f | ||
command: scanner scan | ||
workdir: /src | ||
name: scanner | ||
format: sarif |
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 @@ | ||
rules: {} # Rules are in boost-scanner, this scanner is not meant to be used alone |
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 |
---|---|---|
@@ -1,24 +1,23 @@ | ||
api_version: 1.0 | ||
|
||
|
||
group: boostsecurityio/scanner | ||
id: boostsecurityio/scanner | ||
name: BoostSecurity Scanner | ||
namespace: boostsecurityio/scanner | ||
scan_types: | ||
- sast | ||
- cicd | ||
|
||
|
||
config: | ||
support_diff_scan: true | ||
|
||
scan_types: | ||
- sast | ||
- cicd | ||
- metadata | ||
- sca | ||
- sci | ||
- license | ||
|
||
steps: | ||
- scan: | ||
command: | ||
docker: | ||
image: public.ecr.aws/boostsecurityio/boost-scanner-native:44a65bf@sha256:cefdba826edb2138b6d219d7ff398181158caac3755e6542171ba6d8c06e594f | ||
command: scanner scan | ||
workdir: /src | ||
name: scanner | ||
format: sarif | ||
includes: | ||
- boostsecurityio/baseline | ||
- boostsecurityio/composition | ||
- boostsecurityio/supply-chain-inventory |
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