Skip to content

Commit

Permalink
remove semgrep 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 25, 2022
1 parent b7ed3b1 commit b4e06e2
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 358 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ The layer can check on a recipe-level or on an image-level.
| safety | Check for known vulnerabilities in python-packages | https://github.com/pyupio/safety | | | | x | | | x | | | | | | | | | | x | | x | | |
| scancode | Scan code for license information | https://github.com/nexB/scancode-toolkit | | | | x | | | | | | | | | | | | | | x | x | | |
| secretlint | Tool to prevent committing credential | https://github.com/secretlint/secretlint | meta-oe, manual enable | | x | x | | | | | | | | | | | | | | x | x | | |
| semgrep | Pattern based linting for many formats and languages | https://github.com/returntocorp/semgrep | only avaiable for x86-64 hosts | | | x | x | x | x | | x | x | x | | | | | | | x | | x | |
| setuptoolslint | Lint python-setup.py | https://github.com/johnnoone/setuptools-pylint | | | | x | | | x | | | | | | | | | | | | | x | |
| shellcheck | Shell script linter | https://github.com/koalaman/shellcheck | | | x | x | | | | x | | | | | | | | | | | | x | x |
| slick | Shell script linter | https://github.com/mcandre/slick | | | x | x | | | | x | | | | | | | | | | | | x | |
Expand Down Expand Up @@ -359,7 +358,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [safety](docs/conf/module/safety.md)
- [scancode](docs/conf/module/scancode.md)
- [secretlint](docs/conf/module/secretlint.md)
- [semgrep](docs/conf/module/semgrep.md)
- [setuptoolslint](docs/conf/module/setuptoolslint.md)
- [shellcheck](docs/conf/module/shellcheck.md)
- [slick](docs/conf/module/slick.md)
Expand Down
1 change: 0 additions & 1 deletion classes/sca-blacklist.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ SCA_BLACKLIST_rubycritic ?= ""
SCA_BLACKLIST_safety ?= ""
SCA_BLACKLIST_scancode ?= ""
SCA_BLACKLIST_secretlint ?= ""
SCA_BLACKLIST_semgrep ?= "busybox linux-.* openssh"
SCA_BLACKLIST_setuptoolslint ?= ""
SCA_BLACKLIST_shellcheck ?= ""
SCA_BLACKLIST_slick ?= "openssh"
Expand Down
1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ SCA_AVAILABLE_MODULES ?= "\
reuse \
revive \
safety \
semgrep \
setuptoolslint \
shellcheck \
slick \
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 @@ -74,7 +74,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
safety \
scancode \
secretlint \
semgrep \
setuptoolslint \
shellcheck \
slick \
Expand Down
116 changes: 0 additions & 116 deletions classes/sca-semgrep.bbclass

This file was deleted.

1 change: 0 additions & 1 deletion docs/conf/examples/integrators_favorites.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
pkgqaenc \
scancode \
secretlint \
semgrep \
shellcheck \
systemdlint \
"
Expand Down
79 changes: 0 additions & 79 deletions docs/conf/module/semgrep.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
Expand Up @@ -70,7 +70,6 @@ ropgadget,Determine ROP exploitability in binaries,https://github.com/JonathanSa
rubycritic,Ruby linter,https://github.com/whitesmith/rubycritic/,"meta-rubygems, manual enable",,,x,,,,,,,,,,,,,,x,,,x
safety,Check for known vulnerabilities in python-packages,https://github.com/pyupio/safety,,,,x,,,x,,,,,,,,,,x,,x,,
scancode,Scan code for license information,https://github.com/nexB/scancode-toolkit,,,,x,,,,,,,,,,,,,,x,x,,
semgrep,Pattern based linting for many formats and languages,https://github.com/returntocorp/semgrep,only avaiable for x86-64 hosts,,,x,x,x,x,,x,x,x,,,,,,,x,,x,
setuptoolslint,Lint python-setup.py,https://github.com/johnnoone/setuptools-pylint,,,,x,,,x,,,,,,,,,,,,,x,
secretlint,Tool to prevent committing credential,https://github.com/secretlint/secretlint,"meta-oe, manual enable",,x,x,,,,,,,,,,,,,,x,x,,
shellcheck,Shell script linter,https://github.com/koalaman/shellcheck,,,x,x,,,,x,,,,,,,,,,,,x,x
Expand Down
Empty file.
Empty file.

This file was deleted.

33 changes: 0 additions & 33 deletions recipes-sca/python3-semgrep-native/files/semgrep.sca.description

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions recipes-sca/python3-semgrep-native/semgrep-core-native_0.85.0.bb

This file was deleted.

Loading

0 comments on commit b4e06e2

Please sign in to comment.