From 2ef22156ce17e86e39a07090b758b9037fb30290 Mon Sep 17 00:00:00 2001 From: Richard Megginson Date: Fri, 20 Jan 2023 09:53:52 -0700 Subject: [PATCH] upgrade ansible-lint container (#104) also add another `safety` exception --- src/tox_lsr/config_files/tox-default.ini | 2 +- tests/fixtures/test_tox_merge_ini/result.ini | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tox_lsr/config_files/tox-default.ini b/src/tox_lsr/config_files/tox-default.ini index e469f41..4084a7e 100644 --- a/src/tox_lsr/config_files/tox-default.ini +++ b/src/tox_lsr/config_files/tox-default.ini @@ -251,7 +251,7 @@ commands = {env:LSR_CONTAINER_RUNTIME:podman} run --rm --privileged \ -v {toxinidir}:/workdir --workdir /workdir \ --entrypoint /usr/local/bin/ansible-lint \ - quay.io/ansible/creator-ee:v0.9.5 \ + quay.io/ansible/creator-ee:v0.13.0 \ {env:RUN_ANSIBLE_LINT_EXTRA_ARGS:} {posargs} {[lsr_config]commands_post} commands_post = diff --git a/tests/fixtures/test_tox_merge_ini/result.ini b/tests/fixtures/test_tox_merge_ini/result.ini index 61251cf..8e7d3a2 100644 --- a/tests/fixtures/test_tox_merge_ini/result.ini +++ b/tests/fixtures/test_tox_merge_ini/result.ini @@ -212,7 +212,7 @@ commands = bash {lsr_scriptdir}/setup_module_utils.sh {env:LSR_CONTAINER_RUNTIME:podman} run --rm --privileged \ -v {toxinidir}:/workdir --workdir /workdir \ --entrypoint /usr/local/bin/ansible-lint \ - quay.io/ansible/creator-ee:v0.9.5 \ + quay.io/ansible/creator-ee:v0.13.0 \ {env:RUN_ANSIBLE_LINT_EXTRA_ARGS:} {posargs} {[lsr_config]commands_post} commands_post = bash {lsr_scriptdir}/ansible-lint-helper.sh post diff --git a/tox.ini b/tox.ini index 5dccdae..de944c2 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = tox20: tox==2.4 py{26,27}: mock commands = - {env:SAFETY_CMD:safety} check -i 47833 -i 42559 -i 42218 -i 40291 -i 38765 -i 39611 -i 44492 -i 51457 -i 51499 --full-report # ignore pip, PyYAML problems + {env:SAFETY_CMD:safety} check -i 52495 -i 47833 -i 42559 -i 42218 -i 40291 -i 38765 -i 39611 -i 44492 -i 51457 -i 51499 --full-report # ignore pip, PyYAML problems pytest --cov=tox_lsr --cov-report=term-missing tests {env:COVERALLS_CMD:coveralls --output={envname}-coverage.txt}