chore(build): pin pip and CI tool installs for Scorecard#464
Open
WilliamBerryiii wants to merge 1 commit intomainfrom
Open
chore(build): pin pip and CI tool installs for Scorecard#464WilliamBerryiii wants to merge 1 commit intomainfrom
WilliamBerryiii wants to merge 1 commit intomainfrom
Conversation
- add --require-hashes to sensor-simulator and akri runtime pip installs - generate hashed requirements.colcon.txt for ros2 connector and simulator - pin govulncheck@v1.3.0 and markdown-link-check@3.14.2 🔒 - Generated by Copilot
katriendg
approved these changes
May 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remediates 7 OSSF Scorecard
Pinned-Dependencieswarnings by pinning pip installs and CI tool installs across workflows and Dockerfiles.Changes
Workflows
.github/workflows/dep-audit.yml: pinnedgovulncheck@v1.3.0, exportedGITHUB_PATH..github/workflows/docs-automation.yml: pinnedmarkdown-link-check@3.14.2.Dockerfiles
src/500-application/502-rust-http-connector/services/sensor-simulator/Dockerfile: added--require-hashesto pip install.src/500-application/505-akri-rest-http-connector/services/sensor-simulator/Dockerfile: added--require-hashesto pip install.src/500-application/506-ros2-connector/services/ros2-connector/Dockerfile: switched colcon install to hashedrequirements.colcon.txt.src/500-application/506-ros2-connector/services/ros2-simulator/Dockerfile: switched colcon install to hashedrequirements.colcon.txt.New requirements files
.../ros2-connector/requirements.colcon.in+requirements.colcon.txt(pip-compile,--generate-hashes)..../ros2-simulator/requirements.colcon.in+requirements.colcon.txt(pip-compile,--generate-hashes).Validation
pip-compile --allow-unsafe --generate-hashesin WSL Ubuntu (Python 3.12.3) with correct--output-file=requirements.colcon.txt requirements.colcon.inheaders.🔒 - Generated by Copilot