syft/internal/task
Alexandr Hacicheant 96ee2db875
feat: Add Wordpress cataloger (#2218)
* Closes #1911 Wordpress cataloger

Signed-off-by: disc <a.hacicheant@gmail.com>

* Fixed a few unit tests and static analizer notices

Signed-off-by: disc <a.hacicheant@gmail.com>

* Updated `README.md`

Signed-off-by: disc <a.hacicheant@gmail.com>

* Fixed `golangci-lint` notices
Added integration test for `wordpress-plugin`

Signed-off-by: disc <a.hacicheant@gmail.com>

* Fixed `gosimports` notices

Signed-off-by: disc <a.hacicheant@gmail.com>

* Updated `json schema` version

Signed-off-by: disc <a.hacicheant@gmail.com>

* Fixed CLI tests, increased expected package count

Signed-off-by: disc <a.hacicheant@gmail.com>

* Read first 4Kb of a plugins file's content

Signed-off-by: disc <a.hacicheant@gmail.com>

* replace JSON schema version

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>

* change wording on source info for wordpress packages

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>

* Minor changes after a huge refactoring

Signed-off-by: disc <a.hacicheant@gmail.com>

* Removed unused files

Signed-off-by: disc <a.hacicheant@gmail.com>

* Updated schema

Signed-off-by: disc <a.hacicheant@gmail.com>

* Fixed integration tests

Signed-off-by: disc <a.hacicheant@gmail.com>

* fix integration tests

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>

* Renamed `metadata.Name` to `metadata.PluginInstallDirectory`

Signed-off-by: disc <a.hacicheant@gmail.com>

* rename fields to be compliant with json conventions

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>

---------

Signed-off-by: disc <a.hacicheant@gmail.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Co-authored-by: Alex Goodman <wagoodman@users.noreply.github.com>
2024-02-14 16:03:25 +00:00
..
environment_tasks.go chore(deps): update tools to latest versions (#2616) 2024-02-14 14:59:49 +00:00
executor.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
executor_test.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
expression.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
expression_test.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
file_tasks.go chore(deps): update tools to latest versions (#2616) 2024-02-14 14:59:49 +00:00
file_tasks_test.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
package_task_factory.go feat: Record where CPEs come from (#2552) 2024-02-02 16:17:52 +00:00
package_tasks.go feat: Add Wordpress cataloger (#2218) 2024-02-14 16:03:25 +00:00
relationship_tasks.go chore(deps): update tools to latest versions (#2616) 2024-02-14 14:59:49 +00:00
selection.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
selection_test.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
set.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
set_test.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00
task.go Replace core SBOM-creation API with builder pattern (#1383) 2024-01-12 17:39:13 -05:00