Sebastian Gumprich

Results 113 comments of Sebastian Gumprich

That's because there is an older version on Galaxy: 1.2.8 If you want the files for that version, check here: https://github.com/DavidWittman/ansible-redis/tree/1.2.8 Otherwise do not install the galaxy version but the...

@albertkoch has probably mixed up the version numbers here, @eanveden. The error was introduced in 32.110.2. The changes are also linked in the first post.

@astellingwerf what is the reason you deleted your comment with the workaround? For me it works.

It did work for me when I set it on the global level in the `.gitlab-ci.yml`: ``` # workaround for https://github.com/renovatebot/renovate/issues/16561#issuecomment-1206897658 variables: GIT__REFS_GITLAB_INTRA_NET_USERNAME: oauth2 GIT__REFS_GITLAB_INTRA_NET_PASSWORD: $RENOVATE_TOKEN ```

There is a reproduction method here: https://github.com/renovatebot/renovate/issues/16561#issuecomment-1206854917

For anyone else finding this issue, you can use this: ``` inspec exec https://github.com/dev-sec/linux-baseline/archive/$BRANCH.zip ```

Hey @stuart-shelton-contino, thanks for this very thorugh issue! We see that we have to do some more here. We're starting with the easy steps: ignoring the tests on docker: https://github.com/dev-sec/linux-baseline/pull/141...

Not the only solution. You can also just include the tests you want and not include the cpu vulnerabilities test.

Sure. I had to search, too. Take a look here: https://github.com/dev-sec/ansible-collection-hardening/blob/356d6ddb9d1048bdbb18bc1067ccbb76b61bd2ce/.travis.yml#L63