feat: security & integration hardening (ConfigMap + 5 gaps + CI/CD) #14

Closed
rock wants to merge 14 commits from feat/configmap-security-ci into main
Showing only changes of commit 0c6abc3fef - Show all commits
-3
View File
@@ -9,9 +9,6 @@ jobs:
build-and-push:
name: Build and Push Image
runs-on: rust
# NO container specified - use runner's native environment
# The rust runner has: Rust 1.83-bookworm + docker CLI + git
# Docker daemon available at: tcp://localhost:2376 (TLS)
steps:
- name: Checkout code
uses: actions/checkout@v4