ECLOUD-4232 update dependencies and onboard renovate #85
Annotations
1 error and 8 warnings
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; ARCH=\"$(dpkg --print-architecture)\"; case \"${ARCH}\" in aarch64|arm64) AWS_CLI_DOWNLOAD_URL=\"https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip\"; VAULT_DOWNLOAD_URL=\"https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_arm64.zip\"; PACKER_DOWNLOAD_URL=\"https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_arm64.zip\"; KUBECTL_DOWNLOAD_URL=\"https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/arm64/kubectl\"; HELM_DOWNLOAD_URL=\"https://get.helm.sh/helm-v${HELM_VERSION}-linux-arm64.tar.gz\"; HELM_FOLDER=\"linux-arm64\"; CONFTEST_DOWNLOAD_URL=\"https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_arm64.tar.gz\"; INFRACOST_DOWNLOAD_FILE=\"infracost-linux-arm64\"; INFRACOST_DOWNLOAD_URL=\"https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}\"; COSIGN_DOWNLOAD_URL=\"https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign_${COSIGN_VERSION}_arm64.deb\"; SENTRY_DOWNLOAD_URL=\"https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=aarch64&platform=Linux&package=sentry-cli\"; SENTRY_HASHSUM=\"4d4bfdefc86738feec7e59ff5b0e7c824c37fa8c150e8926a020b0a1e4f84120\"; VAULT_CRD_RENDERER_URL=\"https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}\"; ;; amd64|x86_64) AWS_CLI_DOWNLOAD_URL=\"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\"; VAULT_DOWNLOAD_URL=\"https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip\"; PACKER_DOWNLOAD_URL=\"https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip\"; KUBECTL_DOWNLOAD_URL=\"https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl\"; HELM_DOWNLOAD_URL=\"https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz\"; HELM_FOLDER=\"linux-amd64\"; CONFTEST_DOWNLOAD_URL=\"https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz\"; INFRACOST_DOWNLOAD_FILE=\"infracost-linux-amd64\"; INFRACOST_DOWNLOAD_URL=\"https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}\"; COSIGN_DOWNLOAD_URL=\"https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign_${COSIGN_VERSION}_amd64.deb\"; SENTRY_DOWNLOAD_URL=\"https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=x86_64&platform=Linux&package=sentry-cli\"; SENTRY_HASHSUM=\"f35d3cee001eb20b0706da9ddd939890371b0fd7b430a7ef3d3dfae8718b75a3\"; VAULT_CRD_RENDERER_URL=\"https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}\"; ;; *) echo \"Unsupported arch: ${ARCH}\"; exit 1; ;; esac; curl \"${AWS_CLI_DOWNLOAD_URL}\" -o \"awscliv2.zip\"; unzip awscliv2.zip && ./aws/install && rm awscliv2.zip && rm -rf aws; pip3 install --no-cache-dir -U boto3 checkov==${CHECKOV_VERSION} pre-commit --break-system-packages; pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} --break-system-packages; pip3 install --no-cache-dir hvac==${PIP_HVAC_VERSION} --break-system-packages; curl -L \"${VAULT_DOWNLOAD_URL}\" -o \"vault.zip\"; unzip vault.zip && mv vault /usr/bin && rm vault.zip; curl -L \"${PACKER_DOWNLOAD_URL}\" -o \"packer.zip\"; unzip packer.zip && mv packer /usr/bin && rm packer.zip; curl -L \"${KUBECTL_DOWNLOAD_URL}\" -o \"kubectl\"; chmod +x kubectl && mv kubectl
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading