2023-01-30 07:33:16 +00:00
|
|
|
name: Coverity scan build
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: '30 2 * * 6'
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
coverity_build:
|
|
|
|
name: Coverity x86/64 build
|
|
|
|
secrets:
|
|
|
|
coverity_api_token: ${{ secrets.COVERITY_API_TOKEN }}
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
packages: read
|
2023-05-28 00:55:26 +00:00
|
|
|
actions: write
|
2023-01-30 07:33:16 +00:00
|
|
|
uses: ./.github/workflows/build.yml
|
|
|
|
with:
|
2022-12-17 14:07:28 +00:00
|
|
|
container_name: toolchain
|
2023-05-22 14:47:08 +00:00
|
|
|
target: x86
|
|
|
|
subtarget: 64
|
2023-01-30 07:33:16 +00:00
|
|
|
build_full: true
|
|
|
|
include_feeds: true
|
|
|
|
coverity_compiler_template_list: >-
|
|
|
|
x86_64-openwrt-linux-gcc
|
|
|
|
x86_64-openwrt-linux-musl-gcc
|
|
|
|
# qosify fails to build with cov-build
|
|
|
|
coverity_check_packages: >-
|
|
|
|
cgi-io
|
|
|
|
dnsmasq
|
|
|
|
dropbear
|
|
|
|
firewall
|
|
|
|
fstools
|
|
|
|
fwtool
|
|
|
|
iwinfo
|
|
|
|
jsonfilter
|
|
|
|
libnl-tiny
|
|
|
|
libubox
|
|
|
|
mtd
|
|
|
|
netifd
|
|
|
|
odhcp6c
|
|
|
|
odhcpd
|
|
|
|
opkg
|
|
|
|
procd
|
|
|
|
relayd
|
|
|
|
rpcd
|
|
|
|
swconfig
|
|
|
|
ubox
|
|
|
|
ubus
|
|
|
|
ucert
|
|
|
|
uci
|
|
|
|
uclient
|
|
|
|
ucode
|
|
|
|
ugps
|
|
|
|
uhttpd
|
|
|
|
umbim
|
|
|
|
umdns
|
|
|
|
unetd
|
|
|
|
uqmi
|
|
|
|
urngd
|
|
|
|
usbmode
|
|
|
|
usign
|
|
|
|
usteer
|
|
|
|
ustp
|
|
|
|
ustream-ssl
|