Skip to content

update supercronic to v0.2.28 (https://github.com/aptible/supercronic… #228

update supercronic to v0.2.28 (https://github.com/aptible/supercronic…

update supercronic to v0.2.28 (https://github.com/aptible/supercronic… #228

Triggered via push November 27, 2023 15:14
Status Failure
Total duration 1m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c sed -i \"s/main$/main contrib non-free/g\" /etc/apt/sources.list.d/debian.sources && apt-get -q update && apt-get -y -q --no-install-recommends upgrade && apt-get install -q -y --no-install-recommends bc curl ethtool file inotify-tools iproute2 jq less libcap-ng0 libcap2-bin libevent-2.1-7 libevent-pthreads-2.1-7 libgeoip1 libhiredis0.14 libhtp2 libhtp2 libhyperscan5 libjansson4 liblua5.1-0 libluajit-5.1-2 liblz4-1 libmagic1 libmaxminddb0 libnet1 libnetfilter-log1 libnetfilter-queue1 libnfnetlink0 libnss3 libpcap0.8 libpcre3 libyaml-0-2 moreutils procps psmisc python3-pip python3-ruamel.yaml python3-setuptools python3-wheel python3-zmq rsync supervisor suricata suricata-update tini vim-tiny zlib1g && python3 -m pip install --break-system-packages --no-compile --no-cache-dir watchdog && curl -fsSLO \"$SUPERCRONIC_URL\" && echo \"${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}\" | sha1sum -c - && chmod +x \"$SUPERCRONIC\" && mv \"$SUPERCRONIC\" \"/usr/local/bin/${SUPERCRONIC}\" && ln -s \"/usr/local/bin/${SUPERCRONIC}\" /usr/local/bin/supercronic && curl -fsSL -o /usr/bin/yq \"${YQ_URL}\" && chmod 755 /usr/bin/yq && groupadd --gid ${DEFAULT_GID} ${PGROUP} && useradd -M --uid ${DEFAULT_UID} --gid ${DEFAULT_GID} --home /nonexistant ${PUSER} && usermod -a -G tty ${PUSER} && ln -sfr /usr/local/bin/pcap_processor.py /usr/local/bin/pcap_suricata_processor.py && (echo \"*/5 * * * * /usr/local/bin/eve-clean-logs.sh\\n0 */6 * * * /bin/bash /usr/local/bin/suricata-update-rules.sh\\n\" > ${SUPERCRONIC_CRONTAB}) && mkdir -p \"$SURICATA_CUSTOM_RULES_DIR\" && chown -R ${PUSER}:${PGROUP} \"$SURICATA_CUSTOM_RULES_DIR\" && cp \"$(dpkg -L suricata-update | grep 'update\\.yaml$' | head -n 1)\" \"$SURICATA_UPDATE_CONFIG_FILE\" && find /tmp/default-rules/ -not -path '*/.gitignore' -type f -exec cp \"{}\" \"$SURICATA_CONFIG_DIR\"/rules/ \\; && suricata-update update-sources --verbose --data-dir \"$SURICATA_MANAGED_DIR\" --config \"$SURICATA_UPDATE_CONFIG_FILE\" --suricata-conf \"$SURICATA_CONFIG_FILE\" && suricata-update update --fail --verbose --etopen --data-dir \"$SURICATA_MANAGED_DIR\" --config \"$SURICATA_UPDATE_CONFIG_FILE\" --suricata-conf \"$SURICATA_CONFIG_FILE\" && chown root:${PGROUP} /sbin/ethtool /usr/bin/suricata && setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /sbin/ethtool && setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip CAP_IPC_LOCK+eip' /usr/bin/suricata && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
docker
Path does not exist: trivy-results.sarif