Skip to content

Commit

Permalink
Add export more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-pashov committed Jan 7, 2025
1 parent 450baa0 commit ba284d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
schedule:
- cron: "0 3 * * *"
pull_request:

jobs:
polaris-scan:
name: Polaris Coverity Static Analysis
Expand Down Expand Up @@ -72,3 +71,10 @@
polaris_reports_sarif_groupSCAIssues: true
polaris_upload_sarif_report: true
polaris_prComment_severities: "high,critical,medium,low"

- name: Upload .bridge artifact
uses: actions/upload-artifact@v4
with:
name: Bridge Logs
path: ${{github.workspace}}/.bridge
if-no-files-found: error

0 comments on commit ba284d5

Please sign in to comment.