Skip to content

Commit

Permalink
Trivy omission explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 31, 2024
1 parent bcd047c commit 8d789c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit 8d789c2

Please sign in to comment.