Skip to content

Commit

Permalink
remove inspec 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 ac66d93 commit 0dbf4e5
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 468 deletions.
1 change: 0 additions & 1 deletion .unusedignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
"dynamic-distro/",
"recipes-devtools/ruby/",
"recipes-python/python-scabot-native/python3-scabot-native_git.bb",
"recipes-support/inspec-profiles/"
]
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ The layer can check on a recipe-level or on an image-level.
| golicensecheck | Scan code for license information | https://github.com/go-enry/go-license-detector | | | | x | | | | | | | | | | | | | | x | x | | |
| golint | GO linter | https://github.com/golang/lint | | | | x | | | | | | | x | | | | | | | | | | x |
| image-summary | Aggregate all findings for package in an image | | | | x | | | | | | | | | | | | | | x | | x | x | x |
| inspec | framework for end-to-end infrastructure tests | https://github.com/inspec/inspec | meta-oe, meta-rubygems, manual enable | | x | | | | | | | | | x | | | | | | | x | | |
| it | Python linter | https://github.com/thg-consulting/it | | | | x | | | x | | | | | | | | | | | | | x | |
| jsonlint | JSON file linter | | | | x | x | | | | | | | | | | | | | | x | | x | |
| kconfighard | Kernel config hardening checker | https://github.com/a13xp0p0v/kconfig-hardened-check | | | | x | | | | | | | | | | | | | | x | x | | |
Expand Down Expand Up @@ -281,7 +280,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [goconst](docs/conf/module/goconst.md)
- [golicensecheck](docs/conf/module/golicensecheck.md)
- [golint](docs/conf/module/golint.md)
- [inspec](docs/conf/module/inspec.md)
- [it](docs/conf/module/it.md)
- [jsonlint](docs/conf/module/jsonlint.md)
- [kconfighard](docs/conf/module/kconfighard.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 @@ -25,7 +25,6 @@ SCA_BLACKLIST_goconsistent ?= "openssh"
SCA_BLACKLIST_goconst ?= "openssh"
SCA_BLACKLIST_golicensecheck ?= ""
SCA_BLACKLIST_golint ?= "openssh"
SCA_BLACKLIST_inspec ?= ""
SCA_BLACKLIST_it ?= ""
SCA_BLACKLIST_jsonlint ?= ""
SCA_BLACKLIST_kconfighard ?= ""
Expand Down
3 changes: 0 additions & 3 deletions classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,11 @@ SCA_AVAILABLE_MODULES ?= "\
yamllint \
yara \
"
# additional layer requirements
SCA_AVAILABLE_MODULES[inspec] = "openembedded-layer rubygems"

# Modules using crossemu support, because they need some extra "love"
_SCA_CROSSEMU_MODULES = "\
checksec \
configcheck \
inspec \
lse \
lynis \
nixauditor \
Expand Down
13 changes: 0 additions & 13 deletions classes/sca-inspec-config.bbclass

This file was deleted.

96 changes: 0 additions & 96 deletions classes/sca-inspec-image.bbclass

This file was deleted.

1 change: 0 additions & 1 deletion classes/sca-on-image.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
configcheck \
detectsecrets \
flake8 \
inspec \
jsonlint \
lse \
lynis \
Expand Down
1 change: 0 additions & 1 deletion docs/conf/examples/integrators_favorites.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ SCA_VERBOSE_OUTPUT = "0"
SCA_BACKTRACK = "1"
SCA_ENABLED_MODULES_IMAGE ?= "\
bitbake \
inspec \
lynis \
oelint \
pkgqaenc \
Expand Down
61 changes: 0 additions & 61 deletions docs/conf/module/inspec.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 @@ -23,7 +23,6 @@ goconst,Find variables that could be constants in GO files,https://github.com/jg
golicensecheck,Scan code for license information,https://github.com/go-enry/go-license-detector,,,,x,,,,,,,,,,,,,,x,x,,
golint,GO linter,https://github.com/golang/lint,,,,x,,,,,,,x,,,,,,,,,,x
image-summary,Aggregate all findings for package in an image,,,,x,,,,,,,,,,,,,,x,,x,x,x
inspec,framework for end-to-end infrastructure tests,https://github.com/inspec/inspec,"meta-oe, meta-rubygems, manual enable",,x,,,,,,,,,x,,,,,,,x,,
it,Python linter,https://github.com/thg-consulting/it,,,,x,,,x,,,,,,,,,,,,,x,
jsonlint,JSON file linter,,,,x,x,,,,,,,,,,,,,,x,,x,
kconfighard,Kernel config hardening checker,https://github.com/a13xp0p0v/kconfig-hardened-check,,,,x,,,,,,,,,,,,,,x,x,,
Expand Down
Empty file.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions recipes-sca/inspec-sca-native/files/inspec.sca.description

This file was deleted.

13 changes: 0 additions & 13 deletions recipes-sca/inspec-sca-native/inspec-sca-native_1.0.bb

This file was deleted.

31 changes: 0 additions & 31 deletions recipes-support/inspec-profiles/inspec-apache-baseline_2.1.4.bb

This file was deleted.

31 changes: 0 additions & 31 deletions recipes-support/inspec-profiles/inspec-linux-baseline_2.8.2.bb

This file was deleted.

Loading

0 comments on commit 0dbf4e5

Please sign in to comment.