CLI trigger #611
arkime-build-and-push-ghcr.yml
on: repository_dispatch
docker
1h 50m
Annotations
2 errors and 2 warnings
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export DEBARCH=$(dpkg --print-architecture) && apt-get -q update && apt-get -y -q --no-install-recommends upgrade && apt-get install -q -y --no-install-recommends binutils bison cmake curl file flex g++ gcc gettext git-core groff groff-base libcap-dev libjson-perl libkrb5-dev libmaxminddb-dev libpcap0.8-dev libpcre3-dev libssl-dev libtool libwww-perl libyaml-dev make meson ninja-build patch python3-dev python3-pip python3-setuptools python3-wheel re2c sudo swig wget zlib1g-dev && python3 -m pip install --break-system-packages --no-compile --no-cache-dir beautifulsoup4 meson && cd /opt && git clone --recurse-submodules --branch=\"$ARKIME_VERSION\" \"$ARKIME_URL\" \"./arkime-\"$ARKIME_VERSION && cd \"./arkime-\"$ARKIME_VERSION && bash -c 'for i in /opt/patches/*.patch; do patch -p 1 -r - --no-backup-if-mismatch < $i || true; done' && export PATH=\"$ARKIME_DIR/bin:${PATH}\" && ln -sfr $ARKIME_DIR/bin/npm /usr/local/bin/npm && ln -sfr $ARKIME_DIR/bin/node /usr/local/bin/node && ln -sfr $ARKIME_DIR/bin/npx /usr/local/bin/npx && python3 /opt/bs4_remove_div.py -i ./viewer/vueapp/src/components/users/Users.vue -o ./viewer/vueapp/src/components/users/Users.new -c \"new-user-form\" && mv -vf ./viewer/vueapp/src/components/users/Users.new ./viewer/vueapp/src/components/users/Users.vue && sed -i 's/v-if.*password.*\"/v-if=\"false\"/g' ./viewer/vueapp/src/components/settings/Settings.vue && rm -rf ./capture/plugins/suricata* && sed -i \"s/^\\(ARKIME_LOCALELASTICSEARCH=\\).*/\\1\"$ARKIME_LOCALELASTICSEARCH\"/\" ./release/Configure && sed -i \"s/^\\(ARKIME_INET=\\).*/\\1\"$ARKIME_INET\"/\" ./release/Configure && ./easybutton-build.sh && make install && npm cache clean --force && rm -f ${ARKIME_DIR}/wiseService/source.* ${ARKIME_DIR}/etc/*.systemd.service && bash -c \"file ${ARKIME_DIR}/bin/* ${ARKIME_DIR}/node-v*/bin/* | grep 'ELF 64-bit' | sed 's/:.*//' | xargs -l -r strip -v --strip-unneeded\" && mkdir -p \"${ARKIME_DIR}\"/plugins && curl -fsSL -o \"${ARKIME_DIR}/plugins/ja4plus.${DEBARCH}.so\" \"https://github.com/arkime/arkime/releases/download/${ARKIME_VERSION}/ja4plus.${DEBARCH}.so\" && chmod 755 \"${ARKIME_DIR}/plugins/ja4plus.${DEBARCH}.so\"" did not complete successfully: exit code: 2
|
docker
Path does not exist: trivy-results.sarif
|
docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/cancel-workflow-action@0.12.0, github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
docker
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|