From 8d789c27c75e1998061f7ef03ac3808906bf14cc Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 31 Oct 2024 12:20:29 -0700 Subject: [PATCH] Trivy omission explanation comment --- .github/workflows/analysis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 9d4139ae..bf364cb9 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -101,8 +101,7 @@ jobs: results: name: Analysis Results if: always() && (!failure()) && (!cancelled()) - # needs: [lint-frontend, tests-backend, tests-frontend, trivy] # Use when/if Trivy becomes more reliable again - needs: [lint-frontend, tests-backend, tests-frontend] + needs: [lint-frontend, tests-backend, tests-frontend] # Include trivy when/if it gets back to being reliable runs-on: ubuntu-24.04 steps: - run: echo "Workflow completed successfully!"