From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 930EAC2B9F4 for ; Tue, 22 Jun 2021 14:13:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D62F61369 for ; Tue, 22 Jun 2021 14:13:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231734AbhFVOPi (ORCPT ); Tue, 22 Jun 2021 10:15:38 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:37594 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231706AbhFVOPh (ORCPT ); Tue, 22 Jun 2021 10:15:37 -0400 Received: from imap.suse.de (imap-alt.suse-dmz.suse.de [192.168.254.47]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 2AA43218F7; Tue, 22 Jun 2021 14:13:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1624371201; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iE66dGKEbpgzne2/5eLIma+0BBmr1TxYMlJqibYDLUc=; b=jEQvN+Q4NrzRWTSkLUy8qeYwaLfBFT8IYcURZ/gdjJE3EMJjk60CGFxfCvjDLcNWp4Bju9 ynbNUqYSNhOZmUS33g88kneFYadVL1YdKISlhIrAtJPMFaSKtSeQZ9lUXRfhejwA3WX52u yXvTXyKVoEnl5u+UdEytoe/bxqddmbk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1624371201; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iE66dGKEbpgzne2/5eLIma+0BBmr1TxYMlJqibYDLUc=; b=IHSju7B4yrMSCj755PdSK+pg83rKu6l9gXGnf4tpI9ak6XRmemkYwgD7us437eeHQdw/9f 0AubhLieLrnrISBQ== Received: from imap3-int (imap-alt.suse-dmz.suse.de [192.168.254.47]) by imap.suse.de (Postfix) with ESMTP id EE2A2118DD; Tue, 22 Jun 2021 14:13:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1624371201; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iE66dGKEbpgzne2/5eLIma+0BBmr1TxYMlJqibYDLUc=; b=jEQvN+Q4NrzRWTSkLUy8qeYwaLfBFT8IYcURZ/gdjJE3EMJjk60CGFxfCvjDLcNWp4Bju9 ynbNUqYSNhOZmUS33g88kneFYadVL1YdKISlhIrAtJPMFaSKtSeQZ9lUXRfhejwA3WX52u yXvTXyKVoEnl5u+UdEytoe/bxqddmbk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1624371201; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iE66dGKEbpgzne2/5eLIma+0BBmr1TxYMlJqibYDLUc=; b=IHSju7B4yrMSCj755PdSK+pg83rKu6l9gXGnf4tpI9ak6XRmemkYwgD7us437eeHQdw/9f 0AubhLieLrnrISBQ== Received: from director2.suse.de ([192.168.254.72]) by imap3-int with ESMTPSA id exlWOADw0WDQUgAALh3uQQ (envelope-from ); Tue, 22 Jun 2021 14:13:20 +0000 Date: Tue, 22 Jun 2021 16:13:18 +0200 From: Petr Vorel To: linux-integrity@vger.kernel.org Cc: Mimi Zohar Subject: Re: [PATCH 0/3] Add GitHub Actions support Message-ID: Reply-To: Petr Vorel References: <20210622141224.25006-1-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210622141224.25006-1-pvorel@suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Hi Mimi, Tested: https://github.com/pevik/ima-evm-utils/actions/runs/960841012 Kind regards, Petr