From 5ba172bccd561a7869a8ad7c8c5050a70f26b34e Mon Sep 17 00:00:00 2001 From: jantari Date: Fri, 21 Apr 2023 16:19:06 +0200 Subject: [PATCH] fix version_added, add maintainer and copyright notice --- .github/BOTMETA.yml | 2 ++ plugins/lookup/bitwarden_secrets_manager.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 98df26fb8e..ffabb98189 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -204,6 +204,8 @@ files: maintainers: ddelnano shinuza $lookups/: labels: lookups + $lookups/bitwarden_secrets_manager.py: + maintainers: jantari $lookups/bitwarden.py: maintainers: lungj $lookups/cartesian.py: {} diff --git a/plugins/lookup/bitwarden_secrets_manager.py b/plugins/lookup/bitwarden_secrets_manager.py index 2654da38ce..acb0d0b329 100644 --- a/plugins/lookup/bitwarden_secrets_manager.py +++ b/plugins/lookup/bitwarden_secrets_manager.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# (c) 2023, jantari (https://github.com/jantari) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) @@ -12,7 +13,7 @@ DOCUMENTATION = """ requirements: - bws (command line utility) short_description: Retrieve secrets from Bitwarden Secrets Manager - version_added: ?.?.? + version_added: 6.6.0 description: - Retrieve secrets from Bitwarden Secrets Manager. options: