Skip to content

Add Agent Playbook section for automated updates - #142

Open
stefanvacareanu7 wants to merge 3 commits into
masterfrom
docs/agent-update-playbook
Open

Add Agent Playbook section for automated updates#142
stefanvacareanu7 wants to merge 3 commits into
masterfrom
docs/agent-update-playbook

fix pipeline

52d9911
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 30, 2026 in 0s

2 new issues (1 max.) of at least medium severity.

Annotations

Check warning on line 14 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L14

Avoid additional packages by specifying `--no-install-recommends`

Check warning on line 14 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L14

Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`