sellersj

Results 8 issues of sellersj

**Is your feature request related to a problem? Please describe.** Currently the reports capture targetHost, ip, port, rDNS, and service. It would be useful if the actual url that was...

The daily action to update adoptopenjdk seems to running into errors. I'm not sure if this will prevent it from updating. ``` error: pathspec '2021-07-27' did not match any file(s)...

Feature request to add the option for cap-add and related commands **Please provide a sample input docker run command** ``` docker run --cap-add=NET_ADMIN my-image ``` **What is the current output?***...

Openshift provides a way to rsync files into a container. This is useful when moving a lot of files to a cloud deployment https://docs.openshift.org/latest/dev_guide/copy_files_to_container.html For the yum command, please add...

Please considering providing a docker image that would be ready for production use. Guides https://tomcat.apache.org/tomcat-7.0-doc/security-howto.html https://www.owasp.org/index.php/Securing_tomcat Also related to using the native library https://github.com/docker-library/tomcat/issues/7

Request

If you try the instructions on dockerhub, RC won't start up properly https://hub.docker.com/_/rocket-chat OPLOG / REPLICASET IS REQUIRED TO RUN ROCKET.CHAT, MORE INFORMATION AT: https://go.rocket.chat/i/oplog-required

This will help keep parts of the project up to date. create a file .github/dependabot.yml ``` version: 2 updates: - package-ecosystem: maven directory: "/" schedule: interval: daily open-pull-requests-limit: 10 ```...

## Problem Using the plugin and a module project with java 21 I got an ASM unknown bytecode version 65. `plexus-java` is what pulls in asm 9.2. ## Work around...