diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8545d5..434af26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,22 +40,19 @@ jobs: tags: 'ci/ruby:${{ github.sha }}' - name: Check for image - uses: actions/checkout@v4 - - - id: check-images run: docker images - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@master - with: - image-ref: 'ci/ruby:${{ github.sha }}' - format: 'sarif' - output: 'trivy-results.sarif' - - - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: 'trivy-results.sarif' + # - name: Run Trivy vulnerability scanner + # uses: aquasecurity/trivy-action@master + # with: + # image-ref: 'ci/ruby:${{ github.sha }}' + # format: 'sarif' + # output: 'trivy-results.sarif' + + # - name: Upload Trivy scan results to GitHub Security tab + # uses: github/codeql-action/upload-sarif@v3 + # with: + # sarif_file: 'trivy-results.sarif' tests: needs: