Testing: git push auto fixed files (#4180) #289
Annotations
1 error
Build Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c wget --quiet https://github.com/pmd/pmd/releases/download/pmd_releases%2F${PMD_VERSION}/pmd-dist-${PMD_VERSION}-bin.zip && unzip pmd-dist-${PMD_VERSION}-bin.zip || echo \"Error unzipping\" && rm pmd-dist-${PMD_VERSION}-bin.zip || echo \"Error rm\" && mv pmd-bin-${PMD_VERSION} /usr/bin/pmd || echo \"Error mv\" && chmod +x /usr/bin/pmd/bin/pmd || echo \"Error chmod\" && curl --retry 5 --retry-delay 5 -sSLO https://github.com/pinterest/ktlint/releases/latest/download/ktlint && chmod a+x ktlint && mv \"ktlint\" /usr/bin/ && curl --retry 5 --retry-delay 5 -sSLO https://github.com/detekt/detekt/releases/download/v${DETEKT_VERSION}/detekt-cli-${DETEKT_VERSION}.zip && unzip detekt-cli-${DETEKT_VERSION}.zip && chmod a+x detekt-cli-${DETEKT_VERSION}/bin/* && chmod a+x detekt-cli-${DETEKT_VERSION}/lib/* && mv -n detekt-cli-${DETEKT_VERSION}/bin/* usr/bin && mv -n detekt-cli-${DETEKT_VERSION}/lib/* usr/lib && ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2 && curl --retry 5 --retry-delay 5 -sLv https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash -s -- -v v2.9.0 && curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.79.5 && wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin && trivy image --download-db-only --no-progress" did not complete successfully: exit code: 1
|
Loading