mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 63 forks source link

[PMD+PDS] Upgrade to PMD 7 #2244

Open Jeeppler opened 1 year ago

Jeeppler commented 1 year ago

Upgrade to PMD 7.

PMD 7 changed the CLI parameters and calls: https://pmd.github.io/pmd/pmd_release_notes_pmd7.html#revamped-command-line-interface.

Release date: 27th May 2023.

vimalJD commented 11 months ago

Is this project is ongoing? Let me know further (DOCS) to contribute on it as "good first issue".

Jeeppler commented 11 months ago

@vimalJD sure, both PMD and SecHub are ongoing. Keep in mind the *nix label means that you have some previous experience with Linux and in this case container technology. If you have the Linux skills this is a good first issue. Otherwise it might not be a good first issue.

Regardless, here are the references to the documentation:

To get started scanning using SecHub and containers have a look at:

To understand how to start/run PDS+PMD have a look at:

This issue is best done in combination with writing a system test. For an example on how to do this have a look at:

The system test are documented at:

How to contribute is documented here: