Skip to content

Commit 3a7477e

Browse files
committed
Add export more logs
1 parent 4b05997 commit 3a7477e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/static_analysis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
schedule:
66
- cron: "0 3 * * *"
77
pull_request:
8-
98
jobs:
109
polaris-scan:
1110
name: Polaris Coverity Static Analysis
@@ -72,3 +71,11 @@
7271
polaris_reports_sarif_groupSCAIssues: true
7372
polaris_upload_sarif_report: true
7473
polaris_prComment_severities: "high,critical,medium,low"
74+
75+
- name: Upload .bridge artifact
76+
uses: actions/upload-artifact@v4
77+
with:
78+
name: Bridge Logs
79+
path: ${{github.workspace}}/.bridge
80+
if-no-files-found: error
81+
include-hidden-files: true

0 commit comments

Comments
 (0)