Skip to content

Commit

Permalink
Merge pull request #331 from OverOrion/fix-trivy-python-bytecode
Browse files Browse the repository at this point in the history
ci: fix trivy action
  • Loading branch information
alltilla authored Oct 9, 2024
2 parents 5669801 + 2fae331 commit 9c24d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/syslog-ng-update-virtualenv.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ ${SYSTEM_PYTHON} -m venv ${python_venvdir}
echo "Running python -m pip install..."
${VENV_PYTHON} -m pip install --upgrade pip
${VENV_PYTHON} -m pip install --upgrade pip setuptools
${VENV_PYTHON} -m pip install --upgrade -r "${REQUIREMENTS_FILE}"
${VENV_PYTHON} -m pip install --no-compile --upgrade -r "${REQUIREMENTS_FILE}"
cp "${REQUIREMENTS_FILE}" "${python_venvdir}"
echo "Finished."

0 comments on commit 9c24d7f

Please sign in to comment.