Tobias Gruetzmacher

Results 254 comments of Tobias Gruetzmacher

To be precise: This mod was written in a time where this plugin didn't have resolution selection at all, it was made obsolete on 2018-08-27 with 6330b25f539c3759a66ff20240bc245c7220bfde which added this...

Public and private ECR repositories use completely different API endpoints and IAM objects (`ecr:GetAuthorizationToken` vs. `ecr-public:GetAuthorizationToken`), so this is no surprise. One could probably extend this plugin to support both...

Could you provide me with some test credentials privately? It's okay if they expire after some weeks, but I'd need to reproduce the issue, so that I'll be able to...

Closing due to missing information. Feel free to reopen if the issue persists.

I have started using https://github.com/isometry/docker-credential-env, maybe that also works for you?

That should be the default. Probably an incompatibility of the groovy plugin with newer SonarQube versions.

AFAIK this plugin never contained any rules classified as "vulnerability" or "security hotspot". Maybe some of the existing rules should be reclassified... Slightly related to #14

You probably need to raise the minimum required Java version in the CI matrix first.

I think the source of the problem lies somewhere around this: https://github.com/Inform-Software/sonar-groovy/blob/master/sonar-groovy-plugin/src/main/java/org/sonar/plugins/groovy/foundation/GroovyFileSystem.java#L45-L61 This plugin seems to deliberately restrict itself to the main sources. On the other hand, rules are currently...