File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208208 ${{ env.IMAGE_NAME }}@${{ env.IMAGE_DIGEST }}
209209
210210 - name : Generate SBOM
211- uses : anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 # v0.17.6
211+ uses : anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
212212 with :
213213 image : ${{ env.IMAGE_NAME }}:${{ steps.clean-image-tag.outputs.IMAGE_TAG }}
214214 artifact-name : sbom-${{ matrix.config.name }}
Original file line number Diff line number Diff line change 11ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
22
33# renovate: datasource=docker depName=squidfunk/mkdocs-material
4- MKDOCS_DOCKER_IMAGE_VERSION =9.5.43
4+ MKDOCS_DOCKER_IMAGE_VERSION =9.5.44
55MKDOCS_DOCKER_IMAGE =squidfunk/mkdocs-material
66
77INTERACTIVE: =$(shell [ -t 0 ] && echo 1)
Original file line number Diff line number Diff line change 11mkdocs == 1.6.1
22mkdocs-git-revision-date-localized-plugin == 1.3.0
33mkdocs-include-markdown-plugin == 7.0.0
4- mkdocs-material == 9.5.43
4+ mkdocs-material == 9.5.44
55mkdocs-material-extensions == 1.3.1
66pymdown-extensions == 10.12
7- mkdocs-material [imaging ]== 9.5.43
7+ mkdocs-material [imaging ]== 9.5.44
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolki
66 org.opencontainers.image.vendor="Keptn" \
77 org.opencontainers.image.licenses="Apache-2.0"
88
9- RUN apk --no-cache add curl libexpat==2.6.3-r0
9+ RUN apk --no-cache add curl
1010
1111RUN pip install -q --disable-pip-version-check pyyaml GitPython requests
1212
You can’t perform that action at this time.
0 commit comments