diff --git a/content/_index.md b/content/_index.md index e65ae95..c2211a6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -57,10 +57,10 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-git-clone . docker run --rm \ -e CI_REPO_CLONE_URL=https://github.com/octocat/Hello-World.git \ -e CI_PIPELINE_EVENT=push \ - -e CI_COMMIT_SHA=553c2077f0edc3d5dc5d17262f6aa498e69d6f8e \ - -e CI_COMMIT_REF=refs/heads/master \ + -e CI_COMMIT_SHA=b3cbd5bbd7e81436d2eee04537ea2b4c0cad4cdf \ + -e CI_COMMIT_REF=refs/heads/test \ -e CI_WORKSPACE=/tmp/wp_git_testrepo \ -v $(pwd):/build:z \ -w /build \ - quay.io/thegeeklab/wp-git-clone + thegeeklab/wp-git-clone ``` diff --git a/data/data.yaml b/data/data.yaml index b7d9f02..182bda6 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -36,10 +36,12 @@ properties: Clone depth. defaultvalue: 0 - - name: insecure_ssl_verify + - name: insecure_skip_ssl_verify description: | - Set SSL verification of the remote machine. - defaultvalue: false + Skip SSL verification of the remote machine. Activating this option is insecure + and should be avoided in most cases. + defaultvalue: true + type: bool - name: lfs description: |