Update version to 4.1.4 snapshot #32
Annotations
1 error and 11 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export ACTION_GH_TOKEN=$(cat /run/secrets/ACTION_GH_TOKEN) && mkdir -p /opt/IPED/ && cd /opt/IPED/ && if [ \"${SNAPSHOT}\" = \"true\" ]; then echo \"#####################################\" && echo \"Installing IPED from SNAPSHOT \" && echo \"#####################################\" && echo -n \"Getting snapshot with run ID ${SNAPSHOT_WORKFLOW_ID}...\" && snapshotURL=$(curl -s -L -H \"Accept: application/vnd.github+json\" -H \"Authorization: ***" -H \"X-GitHub-Api-Version: 2022-11-28\" https://api.github.com/repos/sepinf-inc/IPED/actions/artifacts | jq --arg workflow_id $SNAPSHOT_WORKFLOW_ID -c '.artifacts[] | select(.workflow_run.id|tostring == $workflow_id) | .archive_download_url' | tr -d '\\\"') && echo \"Downloading ${snapshotURL}...\" && curl -L -H \"Accept: application/vnd.github+json\" -H \"Authorization: ***" -H \"X-GitHub-Api-Version: 2022-11-28\" --output ${PKGTMPDIR}/iped.zip ${snapshotURL} && unzip -p ${PKGTMPDIR}/iped.zip | tar -xvz --strip-components=1; else echo \"#####################################\" && echo \"Installing IPED from RELEASE \" && echo \"#####################################\" && curl -L https://github.com/sepinf-inc/IPED/releases/download/$IPED_RELEASE_VERSION/IPED-${IPED_RELEASE_VERSION}_and_plugins.zip --output ${PKGTMPDIR}/iped.zip && unzip ${PKGTMPDIR}/iped.zip ; fi && echo \"Creating IPED simbolic link...\" && ls | grep \"iped-\" | xargs -i sh -c 'ln -s \"{}\" iped' && echo \"#####################################\" && echo \"Configuring Local config with our default values\" && echo \"#####################################\" && echo \"If you need to change the IPED LocalConfig, use the environment variables available on /entrypoint.sh\" && echo \"#####################################\" && sed -i -e \"s/locale =.*/locale = pt-BR/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/indexTemp =.*/indexTemp = \\/mnt\\/ipedtmp/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/indexTempOnSSD =.*/indexTempOnSSD = true/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/outputOnSSD =.*/outputOnSSD = false/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/numThreads =.*/numThreads = 8/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/#hashesDB =.*/hashesDB = \\/mnt\\/hashesdb\\/iped-hashes.db/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/#tskJarPath =.*/tskJarPath = \\/opt\\/IPED\\/iped\\/lib\\/sleuthkit-4.12.0.p1.jar/\" /opt/IPED/iped/LocalConfig.txt && sed -i -e \"s/mplayerPath =.*/mplayerPath = \\/usr\\/bin\\/mplayer/\" /opt/IPED/iped/LocalConfig.txt && echo \"#####################################\" && echo \"Uncommenting a default huggingfaceModel to enable entrypoint value filling\" && echo \"#####################################\" && sed -i -e \"s/# huggingFaceModel = jonatasgrosman\\/wav2vec2-xls-r-1b-portuguese/huggingFaceModel = jonatasgrosman\\/wav2vec2-xls-r-1b-portuguese/\" /opt/IPED/iped/conf/AudioTranscriptConfig.txt && echo \"#####################################\" && echo \"Patching Wav2Vec2Process.py to use Enviroment Variable IPED_CUDA_MULTIPLIER\" && echo \"#####################################\" && curl https://raw.githubusercontent.com/iped-docker/iped/master/resources/Wav2Vec2Process.py.patch --output ${PKGTMPDIR}/Wav2Vec2Process.py.patch && patch /opt/IPED/iped/scripts/tasks/Wav2Vec2Process.py < ${PKGTMPDIR}/Wav2Vec2Process.py.patch && echo \"#####################################\" && echo \"Cleaning UP the container \" && echo \"#####################################\" && rm -rf ${PKGTMPDIR}" did not complete successfully: exit code: 9
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-buildx-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|