Upload base images #361
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; ARCH_NAME=\"$(dpkg --print-architecture)\"; url=; case \"${ARCH_NAME##*-}\" in 'amd64') DOSAI_ARCH_SUFFIX='-full'; ;; 'x86_64') DOSAI_ARCH_SUFFIX='-full'; ;; 'arm64') DOSAI_ARCH_SUFFIX='-linux-arm64-full'; ;; 'aarch64') DOSAI_ARCH_SUFFIX='-linux-arm64-full'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && cd /opt/cdxgen && corepack enable && corepack pnpm install --prod --package-import-method copy && corepack pnpm cache delete && curl -L https://github.com/owasp-dep-scan/dosai/releases/latest/download/Dosai${DOSAI_ARCH_SUFFIX} -o /usr/local/bin/dosai && chmod +x /usr/local/bin/dosai && dosai --help && mkdir -p /opt/cdxgen-node-cache && node /opt/cdxgen/bin/cdxgen.js --help && pip install --upgrade --no-cache-dir blint atom-tools --target /opt/pypi && chmod a-w -R /opt" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading