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 3 additions and 2 deletions
Showing only changes of commit 280d96a467 - Show all commits

View File

@ -39,8 +39,9 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Download and Run Trivy
- name: Run Trivy Scan
continue-on-error: true
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 . || true
./trivy config .