mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +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 \
|
||||
py3-pip
|
||||
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
|
||||
# Install Ansible linter
|
||||
RUN pip3 install ansible-lint
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue