From: Otto Date: Mon, 25 Oct 2021 12:33:45 +0000 (+0200) Subject: More strict secpoll check; hope I got the yaml quoting right X-Git-Tag: dnsdist-1.7.0-beta1~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47167605bb83dabe6a69eb31c82f54c4523c903;p=thirdparty%2Fpdns.git More strict secpoll check; hope I got the yaml quoting right --- diff --git a/.github/workflows/secpoll.yml b/.github/workflows/secpoll.yml index 7eba747918..65a947dd06 100644 --- a/.github/workflows/secpoll.yml +++ b/.github/workflows/secpoll.yml @@ -15,6 +15,7 @@ jobs: with: fetch-depth: 5 submodules: recursive + - run: '! egrep -v \'^(@|;|$)\' docs/secpoll.zone | egrep -v \'(auth|recursor|dnsdist)-[0-9]\.[0-9]\.[0-9](-(alpha|beta|rc)[0-9]+)?[-_a-z0-9\.]*\.security-status +60 IN TXT "[1-3] .*"\'' - run: echo 'deb [arch=amd64] http://repo.powerdns.com/ubuntu focal-auth-master main' | sudo tee /etc/apt/sources.list.d/pdns.list - run: "echo -ne 'Package: pdns-*\nPin: origin repo.powerdns.com\nPin-Priority: 600\n' | sudo tee /etc/apt/preferences.d/pdns" - run: sudo curl https://repo.powerdns.com/CBC8B383-pub.asc -o /etc/apt/trusted.gpg.d/CBC8B383-pub.asc