mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 02:56:30 +00:00
INF-2341 Add step to install Ansible linter
This commit is contained in:
parent
2bd004474c
commit
3cc4a1175a
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ RUN apk add build-base \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip
|
py3-pip
|
||||||
|
|
||||||
|
RUN python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
# Install Ansible linter
|
# Install Ansible linter
|
||||||
RUN pip3 install ansible-lint
|
RUN pip3 install ansible-lint
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue