Skip to content

Commit

Permalink
remove secretlint 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 13d107f commit f262d55
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 307 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ The layer can check on a recipe-level or on an image-level.
| revive | GO linter | https://github.com/mgechev/revive | | | | x | | | | | | | 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 | | |
| secretlint | Tool to prevent committing credential | https://github.com/secretlint/secretlint | meta-oe, manual enable | | 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 @@ -316,7 +315,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [revive](docs/conf/module/revive.md)
- [safety](docs/conf/module/safety.md)
- [scancode](docs/conf/module/scancode.md)
- [secretlint](docs/conf/module/secretlint.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 @@ -55,7 +55,6 @@ SCA_BLACKLIST_reconbf ?= ""
SCA_BLACKLIST_revive ?= "openssh"
SCA_BLACKLIST_safety ?= ""
SCA_BLACKLIST_scancode ?= ""
SCA_BLACKLIST_secretlint ?= ""
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 @@ -151,7 +151,6 @@ SCA_AVAILABLE_MODULES ?= "\
"
# additional layer requirements
SCA_AVAILABLE_MODULES[inspec] = "openembedded-layer rubygems"
SCA_AVAILABLE_MODULES[secretlint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[standard] = "openembedded-layer"
SCA_AVAILABLE_MODULES[stylelint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[textlint] = "openembedded-layer"
Expand Down
1 change: 0 additions & 1 deletion classes/sca-on-image.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
pyfindinjection \
pylint \
reconbf \
secretlint \
shellcheck \
slick \
standard \
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 @@ -55,7 +55,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
revive \
safety \
scancode \
secretlint \
setuptoolslint \
shellcheck \
slick \
Expand Down
118 changes: 0 additions & 118 deletions classes/sca-secretlint-core.bbclass

This file was deleted.

14 changes: 0 additions & 14 deletions classes/sca-secretlint-image.bbclass

This file was deleted.

15 changes: 0 additions & 15 deletions classes/sca-secretlint-recipe.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 @@ -33,7 +33,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
oelint \
pkgqaenc \
scancode \
secretlint \
shellcheck \
systemdlint \
"
Expand Down
62 changes: 0 additions & 62 deletions docs/conf/module/secretlint.md

This file was deleted.

2 changes: 1 addition & 1 deletion dynamic-distro/scatest/code-from-poky/openssh_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
inherit sca
SCA_ENABLED_MODULES = "detectsecrets secretlint"
SCA_ENABLED_MODULES = "detectsecrets"
1 change: 0 additions & 1 deletion files/module_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ revive,GO linter,https://github.com/mgechev/revive,,,,x,,,,,,,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,,
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
slick,Shell script linter,https://github.com/mcandre/slick,,,x,x,,,,x,,,,,,,,,,,,x,
sparse,C linter,https://sparse.wiki.kernel.org/index.php/Main_Page,,,,x,x,,,,,,,,,,,,,,,x,
Expand Down
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

31 changes: 0 additions & 31 deletions recipes-sca/secretlint-sca-native/files/secretlint.sca.description

This file was deleted.

19 changes: 0 additions & 19 deletions recipes-sca/secretlint-sca-native/secretlint-sca-native_1.0.bb

This file was deleted.

1 change: 0 additions & 1 deletion test/lang_metaoe.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
secretlint
standard
stylelint
textlint
Expand Down

0 comments on commit f262d55

Please sign in to comment.