aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/coverity.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: rework build workflow to have split target and subtarget directlyChristian Marangi2023-05-241-1/+2
| | | | | | | | | | | | | | | | | Instead of referring to a redundant job and ENV variables, rework build workflow to accept and require split target and subtarget and use them directly from inputs. Rework each user and pass a JSON of tuple to matrix include with each target/subtarget combination to test. Special notice this doesn't use the github actions matrix combination feature but reference each specific tuple of target and subtarget to test. Just a cleanup no behaviour change intended. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit eecc6e48117be26c2eefd9257cceb9d9b1e842f2) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ci: add Coverity Scan scheduled workflowPetr Štetiar2023-04-261-0/+64
Coverity Scan is a static code analysis service focused on open source software quality and security, so lets scan various OpenWrt components every Friday for the start. Signed-off-by: Petr Štetiar <ynezz@true.cz>