diff --git a/.github/workflows/deploy-enhanced.yml b/.github/workflows/deploy-enhanced.yml index 3335272c..9bb8a1fd 100644 --- a/.github/workflows/deploy-enhanced.yml +++ b/.github/workflows/deploy-enhanced.yml @@ -231,7 +231,7 @@ jobs: sbom: true - name: Comprehensive Security Scanning - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ steps.meta.outputs.image_ref }} format: sarif @@ -244,7 +244,7 @@ jobs: sarif_file: trivy-results.sarif - name: Critical Vulnerability Check - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ steps.meta.outputs.image_ref }} format: table diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 979b1900..edc2b54d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -115,7 +115,7 @@ jobs: cache-to: type=gha,mode=max - name: Trivy Image Scan - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ steps.meta.outputs.image_ref }} format: table