mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 02:56:30 +00:00
IND-2341 Disable install ansible-lint
This commit is contained in:
parent
3cc4a1175a
commit
17fe468fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ RUN apk add build-base \
|
||||||
RUN python3 -m pip install --upgrade pip
|
RUN python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
# Install Ansible linter
|
# Install Ansible linter
|
||||||
RUN pip3 install ansible-lint
|
#RUN pip3 install ansible-lint
|
||||||
|
|
||||||
# Install PowerShell
|
# Install PowerShell
|
||||||
# https://docs.microsoft.com/en-us/powershell/scripting/install/install-alpine?view=powershell-7.2#installation-steps
|
# https://docs.microsoft.com/en-us/powershell/scripting/install/install-alpine?view=powershell-7.2#installation-steps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue