Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVVCk-000NeF-Q6 for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 10:53:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qVVCi-003WoO-RM for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 10:53:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVVCi-003WoG-JW for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 10:53:44 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVVCc-0004yQ-RF for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 10:53:44 +0000 Received: from github.com (hubbernetes-node-390572e.ac4-iad.github.net [10.52.140.15]) by smtp.github.com (Postfix) with ESMTPA id 2E74F5E1260 for ; Mon, 14 Aug 2023 03:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692010417; bh=RHIq03+EJySEg9/PMZJFLsNmZX2412ZFVUz5FrH6ZjQ=; h=Date:From:To:Subject:From; b=d94zi80tegIWz9tSvG2FdG3b7zXEwSqA5E9QVVG6FXlRcrNbhzr0Gfn2c0s/e8c3u t7X1t5Nitm/VbQCBK03MFqTp78DEKDXtK1km197Zh1U2ht0u/p3w9laNkW6754X40C KVEwMnCEXjNPBN4jQXN56R4mJv6VmmB9AJhxKOX8= Date: Mon, 14 Aug 2023 03:53:37 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] a9799f: Generate SBOM for Python wheel package. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a9799f25a25defa5be52a06e964f569e10f885e6 https://github.com/pgadmin-org/pgadmin4/commit/a9799f25a25defa5be52a06e964f569e10f885e6 Author: Khushboo Vashi Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M pkg/pip/build.sh Log Message: ----------- Generate SBOM for Python wheel package.