Build and release ARM docker images (#367)

* Build and release ARM docker images

* Build and release ARM docker images

* Build and release ARM docker images

* Build and release ARM docker images
This commit is contained in:
Andrey Pokhilko
2023-06-10 17:56:30 +01:00
committed by GitHub
parent 087399ad49
commit 64975cac42
3 changed files with 13 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/
RUN trivy --version
# Checkov scanner
RUN pip3 install checkov packaging==21.3 && checkov --version
RUN (pip3 install checkov packaging==21.3 && checkov --version) || echo Failed to install optional Checkov
COPY --from=builder /build/src/bin/dashboard /bin/helm-dashboard