-
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-6424: Remove scan-types for server-side scanners (#42)
Server-side scanners scan-types are defined in the backend, having them defined in the module file is not needed.
- Loading branch information
Showing
6 changed files
with
1 addition
and
12 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
2 changes: 0 additions & 2 deletions
2
tests/integration/samples/server-side-scanners/boostsecurityio/simple-scanner/module.yaml
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,4 +1,2 @@ | ||
name: Simple Scanner | ||
namespace: boostsecurityio/simple-scanner | ||
scan_types: | ||
- sast |
2 changes: 0 additions & 2 deletions
2
tests/integration/samples/server-side-scanners/invalids/duplicate-a/module.yaml
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,4 +1,2 @@ | ||
name: Duplicate Module | ||
namespace: invalids/duplicate-module | ||
scan_types: | ||
- sast |
3 changes: 0 additions & 3 deletions
3
tests/integration/samples/server-side-scanners/invalids/duplicate-b/module.yaml
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,5 +1,2 @@ | ||
name: Duplicate Module | ||
namespace: invalids/duplicate-module | ||
scan_types: | ||
- sast | ||
|
2 changes: 0 additions & 2 deletions
2
tests/integration/samples/server-side-scanners/invalids/empty-rules/module.yaml
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,4 +1,2 @@ | ||
name: Empty Rules | ||
namespace: invalids/empty-rules | ||
scan_types: | ||
- sast |
2 changes: 0 additions & 2 deletions
2
tests/integration/samples/server-side-scanners/invalids/missing-namespace/module.yaml
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,3 +1 @@ | ||
name: Missing Namespace | ||
scan_types: | ||
- sast |