Skip to content

Commit

Permalink
upgrade ansible-lint container (#104)
Browse files Browse the repository at this point in the history
also add another `safety` exception
  • Loading branch information
richm authored Jan 20, 2023
1 parent c3e261a commit 2ef2215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tox_lsr/config_files/tox-default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/test_tox_merge_ini/result.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 2ef2215

Please sign in to comment.