feature/devsecops-linting-rules #1

Open
M7s wants to merge 5 commits from feature/devsecops-linting-rules into main
Owner
No description provided.
M7s added 5 commits 2026-08-08 19:59:41 +00:00
DevSecOps Pipeline - V1 Infrastructure / System & Environment Check (push) Successful in 1s Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (push) Successful in 4s Details
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (push) Successful in 5s Details
8f692bce96
feat(infra): test branch protection and CI checks
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (push) Failing after 3s Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (push) Has been skipped Details
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (push) Has been skipped Details
caf1a19432
sec(ci): add Yamllint and Hadolint stages to pipeline
Integrate linting for YAML and Dockerfiles alongside Gitleaks and Trivy to enforce full DevSecOps compliance.
af70194f71
fix(ci): add docker.io registry prefix for yamllint image
Explicitly set docker.io domain prefix for yamllint container image to prevent Podman short-name resolution failure.
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (push) Successful in 8s Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (push) Successful in 3s Details
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (push) Successful in 6s Details
e561523600
fix(ci): add docker.io registry prefix for yamllint image
Explicitly set docker.io domain prefix for yamllint container image to prevent Podman short-name resolution failure.
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (push) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (pull_request) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (push) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (push) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (pull_request) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (pull_request) Has been cancelled Details
d6459a157f
chore(infra): ajout du fichier .gitignore infrastructure
Some checks failed
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (push) Has been cancelled
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (pull_request) Has been cancelled
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (push) Has been cancelled
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (push) Has been cancelled
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (pull_request) Has been cancelled
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (pull_request) Has been cancelled
This pull request has changes conflicting with the target branch.
  • .gitea/workflows/test-ci.yml
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/devsecops-linting-rules main
git pull origin feature/devsecops-linting-rules

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff feature/devsecops-linting-rules
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: RYM/Rym_Infrastructure#1
No description provided.