Skip to content

Commit

Permalink
Merge pull request #2 from KernelPanicAUS/feature/add-checkov-and-pre…
Browse files Browse the repository at this point in the history
…-commit

install pre-commit and checkov
  • Loading branch information
DaspawnW authored Nov 23, 2020
2 parents 6c5cbed + a28d0da commit 2227670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-jnlp-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && apt-get dist-upgrade -y \
&& unzip awscliv2.zip && ./aws/install && rm awscliv2.zip && rm -rf aws \

#### install boto3
&& pip3 install -U boto3 \
&& pip3 install -U boto3 checkov pre-commit \

#### install ansible
&& pip3 install ansible==${ANSIBLE_VERSION} \
Expand Down

0 comments on commit 2227670

Please sign in to comment.