Ruud Senden

Results 189 comments of Ruud Senden

Thanks for sharing the instructions! I'll look at adding some information on using custom certificates in the documentation for a future version of FortifyVulnerabilityExporter; for now users can refer to...

The standard Docker images are built directly by Gradle; if you want to build a custom image from scratch, following is a snippet that I use in another Dockerfile: ```...

Interesting, that makes me wonder what happens with the `sh` that is usually passed by GitLab, any idea? How are you invoking the container from your GitLab pipeline?

Thanks everyone for listing some work-arounds. At some point, I hope to find some time to come up with / document a proper solution.

I somewhat forgot about this issue until someone ran into this problem again; I've now updated the documentation to list the work-around mentioned in https://github.com/fortify/FortifyVulnerabilityExporter/issues/30#issuecomment-1360384097. As similar functionality is now...

Thanks for raising this. Not sure when I'll have time to work on this; any chance you can raise a PR?

Hi, any updates on this?

Hi, Thanks for reporting this, some initial feedback below. As for --copy-from not supporting copying access permissions, there's already a PR open for implementing this feature: https://github.com/fortify/fcli/pull/483. As for the...

I did some further research, conclusion is that SSC doesn't allow a `CIToken` to update application version auth entities (you can review allowed actions for `CIToken` in the SSC `WEB-INF/internal/serviceContext.xml`...

For reference, even when copying an existing application version, fcli won't be able to copy user access settings if the fcli session was created using a `CIToken`. Request for updating...