Skip to content

Commit

Permalink
Merge branch 'master' into renovate/checkov-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasunamadasu authored Apr 25, 2024
2 parents bc84f53 + 248f477 commit 2d00d25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-jnlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2
with:
cosign-release: 'v1.13.1'
cosign-release: 'v1.13.6'

- name: Set up containerd
uses: crazy-max/ghaction-setup-containerd@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-kubectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2
with:
cosign-release: 'v1.13.1'
cosign-release: 'v1.13.6'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
14 changes: 7 additions & 7 deletions jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ FROM jenkins/inbound-agent:3148.v532a_7e715ee3-7

USER root

ARG VAULT_VERSION=1.15.6
ARG VAULT_VERSION=1.16.1
ARG PACKER_VERSION=1.10.2
ARG TERRAFORM_1_VERSION=1.7.4
ARG TERRAFORM_1_VERSION=1.8.1
ARG KUBECTL_VERSION=1.26.8
ARG HELM_VERSION=v3.12.3
ARG ANSIBLE_VERSION=8.4.0
ARG ANSIBLE_VERSION=9.4.0
ARG INFRACOST_VERSION=v0.10.29
ARG COSIGN_VERSION=1.13.2
ARG SENTRY_CLI_VERSION=2.30.1
ARG COSIGN_VERSION=1.13.6
ARG SENTRY_CLI_VERSION=2.31.0
ARG CHECKOV_VERSION=3.2.72
ARG VAULT_CRD_RENDERER_VERSION=1.0.7
ARG PIP_HVAC_VERSION=1.2.1
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN set -eux; \
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"; \
SENTRY_HASHSUM="2b92198d58ffd2f4551db6782b42b42ecc1ba3c7c7864f0c4ae84be940f927d3"; \
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" \
;; \
Expand All @@ -66,7 +66,7 @@ RUN set -eux; \
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"; \
SENTRY_HASHSUM="baeb5b4ca0a5e500d667087f0b7fbb2865d3b8f01896cfba5144433dbe59bebd"; \
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" \
;; \
Expand Down

0 comments on commit 2d00d25

Please sign in to comment.