Alexis Thaveau

Results 13 comments of Alexis Thaveau

I made a pul request, to display an error message when this error happen https://github.com/NativeScript/nativescript-unit-test-runner/pull/51

Maybe related to https://github.com/NativeScript/nativescript-cli/issues/4182

Same issue for me with : ansible-lint 6.8.2, ansible 2.13.5 This was working with : ansible-lint 4.2.0, ansible 2.9.12

I have created [PR-56](https://github.com/sbaudoin/sonar-ansible/pull/56) to handle ansible-lint 6.5 format. I have added in AbstractAnsibleSensor.java a new matcher that handle ansible-lint 6.5.0 format `Matcher new65Splitter = Pattern.compile("^(.*):([0-9]+): ([^ ]+) \\((.*)\\)$").matcher(rawIssue);` I...

Hello, Here a sample DockerFile that will run openresty as appuser ``` FROM openresty/openresty:1.21.4.3-1-alpine-apk RUN addgroup --gid ${GID:-101} appuser && adduser --uid ${UID:-101} -G appuser --disabled-password --gecos "" appuser COPY...

The branch has been rebased from master

Hi, i have applied the suggestions

Same for me, we tested the PR too, and it's not working. Still not tested yet, because we have to upgrade our sonar before : ansible-lint can generate sarif reports,...

Thanks, this is fixed now, output dir is created automatically

But NodeContentGet is protected by solr-specific authentication mechanism (certificat). Is there another way to call this webscript in HTTP / without certificat ?