]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add recommendation from the coverity people
authorAlan T. DeKok <aland@freeradius.org>
Thu, 25 Nov 2021 16:39:47 +0000 (11:39 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 25 Nov 2021 16:39:47 +0000 (11:39 -0500)
this time without extra stuff

.github/workflows/coverity.yml

index 8dc8b2089b55b6301d456e34a7ba89577135c198..db7475b6fdca7d48f814eaf0b86fc38da674ea19 100644 (file)
@@ -65,6 +65,7 @@ jobs:
         run: |
           export PATH=`pwd`/coverity_tool/bin:$PATH
           ./configure -with-rlm-python-bin=/usr/bin/python2.7
+          cov-configure --config coverity.xml --comptype gcc --compiler cc1 --template
           cov-build --dir cov-int make
 
       - name: Display build result