From 5860c1b21fadd83873bc0b7cd6405ebe00ca4d1b Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Wed, 4 Dec 2024 12:36:20 +0600 Subject: [PATCH] test(437): my changes - sarif -> cyclonedx --- .github/workflows/trivy-action-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trivy-action-test.yaml b/.github/workflows/trivy-action-test.yaml index acba913..a22348c 100644 --- a/.github/workflows/trivy-action-test.yaml +++ b/.github/workflows/trivy-action-test.yaml @@ -14,14 +14,14 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in fs mode - uses: DmitriyLewen/trivy-action@a926ff0616b6002c78ffebdcd2ffc62b7c982165 + uses: DmitriyLewen/trivy-action@c40c353723e961cf2cbbe77d35ecadf75630a21d with: scan-type: 'fs' image-ref: '.' format: sarif - name: Run Trivy vulnerability scanner in fs mode - uses: DmitriyLewen/trivy-action@a926ff0616b6002c78ffebdcd2ffc62b7c982165 + uses: DmitriyLewen/trivy-action@c40c353723e961cf2cbbe77d35ecadf75630a21d with: scan-type: 'fs' image-ref: '.'