Update dependency getsentry/sentry-cli to v2.31.0 #154
Annotations
1 error and 9 warnings
Build and push Docker image
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-${HELM_VERSION}-linux-arm64.tar.gz\"; HELM_FOLDER=\"linux-arm64\"; 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=\"11dee7f6459245d8cedbce4139342b89d24759bba7a90205be4e4b9cbdd2b7e5\"; VAULT_CRD_RENDERER_URL=\"https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}\"; KYVERNO_CLI_DOWNLOAD_URL=\"https://github.com/kyverno/kyverno/releases/download/${KYVERNO_CLI_VERSION}/kyverno-cli_${KYVERNO_CLI_VERSION}_linux_arm64.tar.gz\" ;; 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-${HELM_VERSION}-linux-amd64.tar.gz\"; HELM_FOLDER=\"linux-amd64\"; 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=\"35ccca7cf53e2b7cd5f76311b43315f3267ee123af0184671cca6746c7499b10\"; VAULT_CRD_RENDERER_URL=\"https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}\"; KYVERNO_CLI_DOWNLOAD_URL=\"https://github.com/kyverno/kyverno/releases/download/${KYVERNO_CLI_VERSION}/kyverno-cli_${KYVERNO_CLI_VERSION}_linux_x86_64.tar.gz\" ;; *) 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} ansible==${ANSIBLE_VERSION} hvac==${PIP_HVAC_VERSION} pre-commit; 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 /usr/bin; curl -L \"${HELM_DOWNLOAD_URL}\" -o \"helm.tar.gz\"; tar -xvzf helm.tar.gz && chmod +x \"${HELM_FOLDER}/helm\" && mv \"${H
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, crazy-max/ghaction-setup-containerd@v2, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/[email protected], docker/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Extract Docker metadata
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/
|
Extract Docker metadata
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/
|
Extract Docker metadata
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/
|
Extract Docker metadata
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/
|
Extract Docker metadata
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/
|
Build and push Docker image
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/
|
Build and push Docker image
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/
|
Loading