CD - Syft #382
cd-syft.yml
on: workflow_dispatch
release-checks
8s
Matrix: call-pr-tests-linting / pr-tests-linting
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-syft-image-test
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-integration-k8s
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-migrations-k8s
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-migrations
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-notebook-k8s
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-notebook-scenario-k8s-sync
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-notebook-scenario-k8s
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-scenarios-migrations
Waiting for pending jobs
Matrix: call-pr-tests-stack / pr-tests-syft-integration
Waiting for pending jobs
Matrix: call-pr-tests-syft / pr-tests-syft-notebook-python
Waiting for pending jobs
Matrix: call-pr-tests-syft / pr-tests-syft-notebook-scenario-sync
Waiting for pending jobs
Matrix: call-pr-tests-syft / pr-tests-syft-notebook-scenario
Waiting for pending jobs
Matrix: call-pr-tests-syft / pr-tests-syft-notebook-single-container
Waiting for pending jobs
Matrix: call-pr-tests-syft / pr-tests-syft-security
Waiting for pending jobs
Matrix: call-pr-tests-syft / pr-tests-syft-unit
Waiting for pending jobs
Matrix: build-and-push-docker-images
Matrix: call-cd-post-release-tests / notebook-test-k8s-k3d
Matrix: call-cd-post-release-tests / syft-install-check
Matrix: call-cd-post-release-tests / syft-unit-tests
Annotations
13 errors and 23 warnings
call-cd-post-release-tests / syft-unit-tests (ubuntu-latest, 3.12)
Process completed with exit code 1.
|
call-cd-post-release-tests / syft-unit-tests (ubuntu-latest, 3.11)
The job was canceled because "ubuntu-latest_3_12" failed.
|
call-cd-post-release-tests / syft-unit-tests (ubuntu-latest, 3.11)
The operation was canceled.
|
call-cd-post-release-tests / syft-unit-tests (ubuntu-latest, 3.10)
The job was canceled because "ubuntu-latest_3_12" failed.
|
call-cd-post-release-tests / syft-unit-tests (ubuntu-latest, 3.10)
The operation was canceled.
|
call-cd-post-release-tests / syft-unit-tests (macos-latest, 3.10)
The job was canceled because "ubuntu-latest_3_12" failed.
|
call-cd-post-release-tests / syft-unit-tests (macos-latest, 3.10)
The operation was canceled.
|
call-cd-post-release-tests / syft-unit-tests (macos-latest, 3.12)
The job was canceled because "ubuntu-latest_3_12" failed.
|
call-cd-post-release-tests / syft-unit-tests (macos-latest, 3.12)
The operation was canceled.
|
call-cd-post-release-tests / syft-unit-tests (macos-latest, 3.11)
The job was canceled because "ubuntu-latest_3_12" failed.
|
call-cd-post-release-tests / syft-unit-tests (macos-latest, 3.11)
The operation was canceled.
|
call-cd-post-release-tests / notebook-test-k8s-k3d (ubuntu-latest, 3.12)
The job running on runner GitHub Actions 56 has exceeded the maximum execution time of 360 minutes.
|
call-cd-post-release-tests / notebook-test-k8s-k3d (ubuntu-latest, 3.12)
The operation was canceled.
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/syft-client/syft.Dockerfile#L24
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/syft-client/syft.Dockerfile#L5
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Sensitive data should not be used in the ARG or ENV commands:
packages/grid/backend/backend.dockerfile#L70
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "DEFAULT_ROOT_PASSWORD")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Sensitive data should not be used in the ARG or ENV commands:
packages/grid/backend/backend.dockerfile#L70
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "STACK_API_KEY")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Sensitive data should not be used in the ARG or ENV commands:
packages/grid/backend/backend.dockerfile#L70
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "POSTGRESQL_PASSWORD")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/frontend/frontend.dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/frontend/frontend.dockerfile#L25
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/frontend/frontend.dockerfile#L32
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
packages/grid/frontend/frontend.dockerfile#L4
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
packages/grid/frontend/frontend.dockerfile#L37
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals
More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/rathole/rathole.dockerfile#L5
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/frontend/frontend.dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/frontend/frontend.dockerfile#L25
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/frontend/frontend.dockerfile#L32
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
packages/grid/frontend/frontend.dockerfile#L4
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
packages/grid/frontend/frontend.dockerfile#L37
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals
More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/enclave/attestation/attestation.dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Sensitive data should not be used in the ARG or ENV commands:
packages/grid/backend/backend.dockerfile#L70
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "POSTGRESQL_PASSWORD")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Sensitive data should not be used in the ARG or ENV commands:
packages/grid/backend/backend.dockerfile#L70
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "DEFAULT_ROOT_PASSWORD")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Sensitive data should not be used in the ARG or ENV commands:
packages/grid/backend/backend.dockerfile#L70
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "STACK_API_KEY")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/syft-client/syft.Dockerfile#L5
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/syft-client/syft.Dockerfile#L24
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
packages/grid/rathole/rathole.dockerfile#L5
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
OpenMined~PySyft~07G477.dockerbuild
|
43.3 KB |
|
OpenMined~PySyft~5I8ABH.dockerbuild
|
61.2 KB |
|
OpenMined~PySyft~GTPJV9.dockerbuild
|
43.8 KB |
|
OpenMined~PySyft~HYN455.dockerbuild
|
87 KB |
|
OpenMined~PySyft~I473DH.dockerbuild
|
57.8 KB |
|
OpenMined~PySyft~JGLSUB.dockerbuild
|
59.7 KB |
|
OpenMined~PySyft~JIX2CN.dockerbuild
|
62.2 KB |
|
OpenMined~PySyft~P1DJC1.dockerbuild
|
61.1 KB |
|
OpenMined~PySyft~R6MBJ8.dockerbuild
|
59.6 KB |
|
OpenMined~PySyft~ROMVAO.dockerbuild
|
44.3 KB |
|
OpenMined~PySyft~T0VMZO.dockerbuild
|
43.9 KB |
|
digests-0.9.2-beta.4-amd64
Expired
|
1.49 KB |
|
digests-0.9.2-beta.4-arm64
Expired
|
1.22 KB |
|