Run Datadog static analyzer CI best practices lint rules (#221) #49
Annotations
5 errors and 1 warning
docker-build-push (deployments/kubehound/kubegraph/Dockerfile, graph, deployments/kubehound/kubeg...
The job was canceled because "deployments_kubehound_not" failed.
|
docker-build-push (deployments/kubehound/kubegraph/Dockerfile, graph, deployments/kubehound/kubeg...
The operation was canceled.
|
docker-build-push (deployments/kubehound/ingestor/Dockerfile, ingestor, .)
The job was canceled because "deployments_kubehound_not" failed.
|
docker-build-push (deployments/kubehound/ingestor/Dockerfile, ingestor, .)
The operation was canceled.
|
docker-build-push (deployments/kubehound/notebook/Dockerfile, ui, deployments/kubehound/notebook/)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p \"${WORKING_DIR}\" && mkdir -p \"${NOTEBOOK_DIR}\" && mkdir -p \"${EXAMPLE_NOTEBOOK_DIR}\" && chown -R nonroot:nonroot \"${WORKING_DIR}\" && yum update -y && yum install tar gzip git findutils -y && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && . ~/.nvm/nvm.sh && nvm install ${NODE_VERSION} && yum install python${PYTHON_VERSION} -y && echo 'Using python version:' && python${PYTHON_VERSION} --version && python${PYTHON_VERSION} -m ensurepip --upgrade && python${PYTHON_VERSION} -m venv /tmp/venv && source /tmp/venv/bin/activate && cd \"${WORKING_DIR}\" && git clone https://github.com/aws/graph-notebook && cd \"${WORKING_DIR}/graph-notebook\" && chown -R nonroot:nonroot \"${WORKING_DIR}/graph-notebook\" && pip3 install --upgrade pip setuptools wheel && pip3 install twine==3.7.1 && pip3 install -r requirements.txt && pip3 install --upgrade 'jupyter-server<2.0.0' && pip3 install \"jupyterlab>=3,<4\" && pip3 install jupyter_contrib_nbextensions && pip3 install jupyter_nbextensions_configurator && python3 setup.py sdist bdist_wheel && pip3 install . && cd \"${WORKING_DIR}/graph-notebook\" && jupyter contrib nbextension install --system --debug && jupyter nbextension enable --py --sys-prefix graph_notebook.widgets && jupyter nbextensions_configurator enable --system # can be skipped for notebook >=5.3 && python -m graph_notebook.start_jupyterlab --jupyter-dir \"${NOTEBOOK_DIR}\" && deactivate && yum clean all && yum remove wget tar git -y && rm -rf /var/cache/yum && rm -rf \"${WORKING_DIR}/graph-notebook\" && rm -rf /root/.cache && rm -rf /root/.npm/_cacache && cd /usr/share && rm -r $(ls -A | grep -v terminfo)" did not complete successfully: exit code: 1
|
docker-build-push (deployments/kubehound/notebook/Dockerfile, ui, deployments/kubehound/notebook/)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09, actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab, docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a, docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1, docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|