Skip to content

Commit

Permalink
fix(ci): allow Trivy to fail w/o blocking (temporary) (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 11, 2024
1 parent 97d8348 commit 8ce780c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
results:
name: Analysis Results
needs: [codeql, trivy, tests]
# needs: [codeql, trivy, tests] # Restore trivy when it's working again
needs: [codeql, tests]
runs-on: ubuntu-22.04
steps:
- run: echo "Workflow completed successfully!"

0 comments on commit 8ce780c

Please sign in to comment.