Skip to content

Commit

Permalink
remove alexkohler module
Browse files Browse the repository at this point in the history
Relates to #8749

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Apr 27, 2022
1 parent 7ac8942 commit b909f0d
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 465 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ The layer can check on a recipe-level or on an image-level.

| Module | Description | Homepage | Requires | Requires inet | Run on image | Run on recipe | C | C++ | Python | Shell | Javascript | PHP | Go | Images | LUA | Spelling | Metrics | Binaries | Packages | Other formats | Security scope | Functional scope | Style scope |
| --------------- | ----------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------------- | ---------------------- | ------------ | ------------- | --- | --- | ------ | ----- | ---------- | --- | --- | ------ | --- | -------- | ------- | -------- | -------- | ------------- | -------------- | ---------------- | ----------- |
| alexkohler | Suite of GO analysis tools | https://github.com/alexkohler | | | | x | | | | | | | x | | | | | | | | | | x |
| bandit | Scan python code for insecurities | https://github.com/PyCQA/bandit | | | x | x | | | x | | | | | | | | | | | | x | | |
| bashate | Shell script linter | http://docs.openstack.org/developer/bashate/ | | | x | x | | | | x | | | | | | | | | | | | x | x |
| bitbake | Bitbake issue handling | | | | x | x | | | | | | | | | | | | | x | | | x | x |
Expand Down Expand Up @@ -243,7 +242,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [Suppress findings](docs/conf/suppression.md)
- [Trace source files](docs/conf/tracefiles.md)
- Tools
- [alexkohler](docs/conf/module/alexkohler.md)
- [bandit](docs/conf/module/bandit.md)
- [bashate](docs/conf/module/bashate.md)
- [bitbake](docs/conf/module/bitbake.md)
Expand Down
105 changes: 0 additions & 105 deletions classes/sca-alexkohler.bbclass

This file was deleted.

1 change: 0 additions & 1 deletion classes/sca-blacklist.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
## This class provides the configuration for blacklisting modules from certain recipes
## All configuration is described through space-separated regular expression
SCA_BLACKLIST ?= ".*-native .*-cross nativesdk-.* clang"
SCA_BLACKLIST_alexkohler ?= "openssh"
SCA_BLACKLIST_bandit ?= "linux-.*"
SCA_BLACKLIST_bitbake ?= ""
SCA_BLACKLIST_cbmc ?= "linux-.* busybox"
Expand Down
1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ SCA_SEVERITY_TRANSFORM ?= ""

## List of overall available modules
SCA_AVAILABLE_MODULES ?= "\
alexkohler \
bandit \
bashate \
bitbake \
Expand Down
1 change: 0 additions & 1 deletion classes/sca-on-recipe.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ inherit sca-blacklist
inherit sca-deploy-recipe

SCA_ENABLED_MODULES_RECIPE ?= "\
alexkohler \
bandit \
bashate \
bitbake \
Expand Down
1 change: 0 additions & 1 deletion docs/conf/examples/img_complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ SCA_ENABLED_MODULES_IMAGE = "\
yamllint \
"
SCA_ENABLED_MODULES_RECIPE = "\
alexkohler \
bandit \
bashate \
bitbake \
Expand Down
70 changes: 0 additions & 70 deletions docs/conf/module/alexkohler.md

This file was deleted.

1 change: 0 additions & 1 deletion files/module_list.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Module,Description,Homepage,Requires,Requires inet,Run on image,Run on recipe,C,C++,Python,Shell,Javascript,PHP,Go,Images,LUA,Spelling,Metrics,Binaries,Packages,Other formats,Security scope,Functional scope,Style scope
alexkohler,Suite of GO analysis tools,https://github.com/alexkohler,,,,x,,,,,,,x,,,,,,,,,,x
bandit,Scan python code for insecurities,https://github.com/PyCQA/bandit,,,x,x,,,x,,,,,,,,,,,,x,,
bashate,Shell script linter,http://docs.openstack.org/developer/bashate/,,,x,x,,,,x,,,,,,,,,,,,x,x
bitbake,Bitbake issue handling,,,,x,x,,,,,,,,,,,,,x,,,x,x
Expand Down

This file was deleted.

12 changes: 0 additions & 12 deletions recipes-go/github.com-alexkohler-dogsled-sources.inc

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions recipes-go/github.com-alexkohler-identypo-sources.inc

This file was deleted.

14 changes: 0 additions & 14 deletions recipes-go/github.com-alexkohler-nakedret-native_1.0.0.bb

This file was deleted.

12 changes: 0 additions & 12 deletions recipes-go/github.com-alexkohler-nakedret-sources.inc

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions recipes-go/github.com-alexkohler-nargs-sources.inc

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions recipes-go/github.com-alexkohler-noret-sources.inc

This file was deleted.

14 changes: 0 additions & 14 deletions recipes-go/github.com-alexkohler-prealloc-native_1.0.0.bb

This file was deleted.

Loading

0 comments on commit b909f0d

Please sign in to comment.