Hey folks,
I am kinda lost here. My Company has a php project that is running since a couple of years in its current microservice architecture.
lately the company was sold and a lot of people got laid off, now im kinda on my own to maintain everything for the next remaining 2 months.
all of this wouldnt be an issue, if i hadnt these pipeline errors.
my problem is not the error itself, but the reproducability of it.
because, "it works on my machine", i can not reproduce the issue that the pipeline is having with the same docker commands locally.
the other reason is, because of this special situation, there hasnt been a release of the project since dezember last year, when the pipeline was having no problems.
this year in february, i ran the usual update procedure for dependencys.
my code change shows that in 2 unrelated services the aws-php-sdk has been updated and that trivy changed its "config" parameter to "misconfig".
there have been no changes made to how the projects docker network is set up, urlchanges, really nothing.
the only moving parts of this project, shared between me and bitbucket seems to be docker and maybe some bitbucket configuration.
i tried looking for open issues, but everything regarding this specific php error seems to be a misconfiguration at some point.
but this does not apply to my situation, the project was in a state of code freeze, it was working for years (i mean, this error has never come up, not randomly/suddenly or otherwise), nothing changed there, so what is causing it?
if this would be a new configuration, i would provide my setup details directly, but i try to figure out what changed, because nothing that was working changed thats why i dont think changing it for the sake of changing will improve the situation without knowing a possible cause.
im grateful for every idea that may help solve this issue 