ci: re-trigger pipeline devsecops #2

Merged
M7s merged 9 commits from dev/m7s into main 2026-08-08 18:45:57 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0f737075ef - Show all commits

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: System Check
run: |
echo "🚀 Pipeline CI/CD opérationnel sur le VPS !"
echo "🚀 Pipeline CI/CD opérationnel !"
uname -a
gitleaks-scan:
@ -43,4 +43,4 @@ jobs:
run: |
wget -q https://github.com/aquasec/trivy/releases/download/v0.49.1/trivy_0.49.1_Linux-64bit.tar.gz
tar -xzf trivy_0.49.1_Linux-64bit.tar.gz trivy
./trivy config . --exit-code=0
./trivy config . || true