ci: re-trigger pipeline devsecops #2
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in New Issue