aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-11-07Check curl detect ipv6 (#1809)Gravatar Lorenz
* If server_address is an IPv6 address surround it with brackets * If the message is too short, we should not have an underflow * Add simple conditional test case available if IPv6 is
2022-11-07Adding dependabot config which takes care of updating github actions (#1811)Gravatar waja
2022-11-06Update GitHub runner (#1810)Gravatar Lorenz
* Update action/checkout to v3 * Format debian prepare script
2022-07-03Update CodeQL and update runner before installing (#1775)Gravatar Lorenz
2021-11-24Merge pull request #1682 from phibos/codeqlGravatar RincewindsHat
Add CodeQL checks
2021-10-25actions: map utmp from host to containerGravatar Sven Nierlein
this fixes the check_users not having any logged in user to check.
2021-09-01Use netcat-openbsd for debian explicitelyGravatar rincewind
2021-05-20remove useless commentsGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2021-05-19Prune container and volumesGravatar Jacob Hansen
Rather than manully removing the tmpfs volume. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-05-19Disable IPv6 in testsGravatar Jacob Hansen
Docker doesn't seem to have a working IPv6 stack by default. For now disable IPv6 tests. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-05-18Use openssl generated certGravatar Jacob Hansen
The SSL certificate generate using make-ssl-cert seems to not work well with a our plugins. Causing a "CN could not be found" error to be shown. Using an OpenSSL generated certifiticate, seems to work better. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-04-30Attempt to fix check_usersGravatar Jacob Hansen
Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-04-30migrate travis ci to github actionsGravatar Sven Nierlein
2021-04-28Add CodeQL checksGravatar PhiBo
Add initial github actions to perform CodeQL securtiy checks