From d53abd96dac7cb6a96b92546fb89f9c6ff4d8be6 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Mon, 6 Jul 2026 19:20:24 +0530 Subject: [PATCH] chore: Add meta config --- .stepsecurity/meta.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .stepsecurity/meta.json diff --git a/.stepsecurity/meta.json b/.stepsecurity/meta.json new file mode 100644 index 0000000..fcdc369 --- /dev/null +++ b/.stepsecurity/meta.json @@ -0,0 +1,18 @@ +{ + "schema_version": "1", + "onboarding_type": "copied", + "archived": false, + "maintained_action_name": "step-security/mongodb-github-action", + "upstream_full_repo_name": "supercharge/mongodb-github-action", + "action_type": "docker", + "last_release": { + "tag_name": "v1.12.4", + "created_at": "2026-03-06T05:45:11Z", + "published_at": "2026-03-17T05:27:58Z" + }, + "sync": { + "ignore_presets": [ + "defaults_v1" + ] + } + }