summaryrefslogtreecommitdiff
path: root/.github/workflows/cifuzz.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: run fuzz targets on i386 as wellEvgeny Vereshchagin2022-11-181-1/+6
|
* build: harden cifuzz.yml permissionsAlex2022-09-261-0/+7
| | | Signed-off-by: Alex <aleksandrosansan@gmail.com>
* cifuzz: switch to the util-linux organizationEvgeny Vereshchagin2021-11-021-1/+1
| | | | Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
* ci: trigger CiFuzz for the master branch onlyEvgeny Vereshchagin2021-02-151-0/+2
| | | | | | | | | CIFuzz and OSS-Fuzz are in sync with the master branch so it would probably make sense to avoid running it for long-lived branches. Inspired by https://github.com/karelzak/util-linux/pull/1248#issuecomment-776342252 Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
* cifuzz: reindent yaml fileSami Kerola2020-11-141-29/+29
| | | | | | | | | | | | Fixex two yamllint indentation warning, the truthy is false positive. util-linux $ yamllint ./.github/workflows/cifuzz.yml 6:1 warning truthy value should be one of [false, true] (truthy) 14:2 error wrong indentation: expected 2 but found 1 (indentation) 22:4 error wrong indentation: expected 5 but found 3 (indentation) Reference: https://github.com/adrienverge/yamllint Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* cifuzz: turn on MSanEvgeny Vereshchagin2020-08-061-1/+1
| | | | Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
* travis: turn on CIFuzzEvgeny Vereshchagin2020-07-031-0/+42
Signed-off-by: Karel Zak <kzak@redhat.com>