File tree Expand file tree Collapse file tree
.github/actions/analysis/coverity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,9 +115,7 @@ runs:
115115 run : |
116116 cd "$GITHUB_WORKSPACE"
117117
118- # Configure Coverity for gcc/g++/cc (template covers all variants)
119- $HOME/coverity/bin/cov-configure --gcc
120- # Also configure 'cc' explicitly since meson uses cc
118+ # Configure Coverity for cc (meson uses cc which is gcc)
121119 $HOME/coverity/bin/cov-configure --compiler cc --comptype gcc --template
122120
123121 # Clean and setup meson build directory
@@ -138,7 +136,8 @@ runs:
138136 --url https://coverity.devtools.intel.com/prod3 \
139137 --stream Garden_Cove_NEXT \
140138 --user "$COV_USER" \
141- --password "$COV_PASSWORD"
139+ --password "$COV_PASSWORD" \
140+ --ssl --on-new-cert trust
142141
143142 # Generate JSON report
144143 $HOME/coverity/bin/cov-format-errors --dir coverity_output/ \
You can’t perform that action at this time.
0 commit comments