File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ jobs:
362362 severity : " CRITICAL,HIGH"
363363 - name : Upload Trivy scan results to GitHub Security tab
364364 if : ${{ !cancelled() }}
365- uses : github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
365+ uses : github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
366366 with :
367367 sarif_file : " trivy-results.sarif"
368368 category : " ${{ matrix.image }}"
Original file line number Diff line number Diff line change 1- FROM rspamd/rspamd:4.1@sha256:0978e50c2fda51bfeff462ef5fec7cc9c626b913f75bda1c0a2a34151f2e2064
1+ FROM rspamd/rspamd:4.1@sha256:401faffb6f4bca4393c5828b2a4a12ffc2ce5acb5f60ec8191de22ce36410f23
22
33LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
44LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN printf '#!/bin/sh\nexec frankenphp php-cli "$@"\n' > /usr/bin/php && \
4242FROM base AS composer
4343
4444ENV COMPOSER_ALLOW_SUPERUSER=1
45- COPY --from=composer/composer:2.10.3@sha256:fcb01bed79d24aa1561c28a6a502a0cd38d707a5f5cc75e2a00dcbea34e14e55 --link /usr/bin/composer /usr/bin/composer
45+ COPY --from=composer/composer:2.10.3@sha256:9747dec9fcc5012a1e77b2dbe748aa23534a1e1e16303c120a94c1b3246765f4 --link /usr/bin/composer /usr/bin/composer
4646
4747FROM composer AS roundcube-builder
4848
You can’t perform that action at this time.
0 commit comments