Skip to content

Commit

Permalink
remove gosec 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 ea99700 commit ac66d93
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 281 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ The layer can check on a recipe-level or on an image-level.
| goconst | Find variables that could be constants in GO files | https://github.com/jgautheron/goconst | | | | x | | | | | | | x | | | | | | | | | | x |
| 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 |
| gosec | GO security linter | https://github.com/securego/gosec | | | | 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 | |
Expand Down Expand Up @@ -282,7 +281,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)
- [gosec](docs/conf/module/gosec.md)
- [inspec](docs/conf/module/inspec.md)
- [it](docs/conf/module/it.md)
- [jsonlint](docs/conf/module/jsonlint.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_gosec ?= "openssh"
SCA_BLACKLIST_inspec ?= ""
SCA_BLACKLIST_it ?= ""
SCA_BLACKLIST_jsonlint ?= ""
Expand Down
1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ SCA_AVAILABLE_MODULES ?= "\
goconst \
golicensecheck \
golint \
gosec \
it \
jsonlint \
kconfighard \
Expand Down
123 changes: 0 additions & 123 deletions classes/sca-gosec.bbclass

This file was deleted.

1 change: 0 additions & 1 deletion classes/sca-on-recipe.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
goconst \
golicensecheck \
golint \
gosec \
it \
jsonlint \
kconfighard \
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 @@ -59,7 +59,6 @@ SCA_ENABLED_MODULES_RECIPE = "\
flint \
gcc \
golint \
gosec \
jsonlint \
kconfighard \
mypy \
Expand Down
89 changes: 0 additions & 89 deletions docs/conf/module/gosec.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 @@ -22,7 +22,6 @@ goconsistent,Source code analyzer that helps you to make your Go programs more c
goconst,Find variables that could be constants in GO files,https://github.com/jgautheron/goconst,,,,x,,,,,,,x,,,,,,,,,,x
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
gosec,GO security linter,https://github.com/securego/gosec,,,,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,
Expand Down
Empty file.
Empty file.

This file was deleted.

27 changes: 0 additions & 27 deletions recipes-sca/gosec-sca-native/files/gosec.sca.description

This file was deleted.

15 changes: 0 additions & 15 deletions recipes-sca/gosec-sca-native/gosec-sca-native_1.0.bb

This file was deleted.

1 change: 0 additions & 1 deletion test/lang_standard_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ goconsistent
goconst
golicensecheck
golint
gosec
kconfighard
licensecheck
perl
Expand Down

0 comments on commit ac66d93

Please sign in to comment.