From 04a142038e09e7ad9618c9aba6e7724628650875 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 1 Dec 2025 17:07:10 +0100 Subject: [PATCH] Update grype output Signed-off-by: Bryan Frimin --- .github/workflows/make.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index 208ba3b31..7a119908d 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -69,8 +69,7 @@ jobs: - run: "make build" - run: "make test" - run: "make coverage-report" - - name: "Upload coverage reports" - uses: "actions/upload-artifact@v4" + - uses: "actions/upload-artifact@v4" with: name: "coverage-reports" path: | @@ -78,19 +77,17 @@ jobs: coverage.html retention-days: 30 - run: "make lint" - - name: Generate SBOM - uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c #v0.20.5 + - uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c #v0.20.5 with: path: ./ format: cyclonedx-json output-file: sbom.json - - - name: Run vulnerability scan - uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e #v6.5.1 + - uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e #v6.5.1 with: path: ./ fail-build: true severity-cutoff: critical + output-format: table test-e2e: name: "test-e2e"