Build and push Docker image #162
Annotations
1 error
push
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; curl -fsSL https://github.com/jeremylong/DependencyCheck/releases/download/v${DEPENDENCY_CHECK_VERSION}/dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip --output dependency-check.zip ; unzip dependency-check.zip; printf '%s\\n%s\\n%s' '#!/bin/bash' 'cd /dependencies/dependency-check/bin/' './dependency-check.sh \"$@\"' > /usr/local/bin/dependency-check ; chmod +x /usr/local/bin/dependency-check; rm dependency-check.zip; (if [ -d cache/dependency-check ]; then cp -r cache/dependency-check/ dependency-check/data/; fi); dependency-check --updateonly" did not complete successfully: exit code: 8
|