Netcentric / pickaxe-security-scanner

Pickaxe is a fast and customizable security scan library which simplifies security testing for web applications like Adobe Experience Manager or API services. It can be plugged into a maven build to execute build-in checks or custom user provided security checks. Custom security checks can be defined via YAML files or a groovy based DSL.
Eclipse Public License 1.0
13 stars 3 forks source link

Error: Unable to access jarfile /app/pickaxe-scans-2.3-SNAPSHOT.jar #26

Closed tzeappa closed 2 years ago

tzeappa commented 2 years ago

When trying to run the container with the documented commands I'm receiving the following:

docker run --rm -it -v /Users/my_user/Downloads/scan-output:/app/output ghcr.io/netcentric/pickaxe-security-scanner:latest --url https://www.my-website.com/ --url https://www.my-website.com/ Running Scanner Error: Unable to access jarfile /app/pickaxe-scans-2.3-SNAPSHOT.jar

Thanks

thomashartm commented 2 years ago

Ok thank you I will pick that up.

thomashartm commented 2 years ago

Pushed a fixed to develop. Now the version number is not appended to the rolled out artifact inside the docker container. Fixed with 2.4.3 onwards