From 40bc0c4ab9335b22e7d1074990fd4b9cbb3eb326 Mon Sep 17 00:00:00 2001 From: Simon Irwin Date: Mon, 2 Oct 2023 14:14:07 +0100 Subject: [PATCH] PD-41096 Auto-add cortex.yaml --- cortex.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cortex.yaml diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..d341dd7 --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,16 @@ +--- +info: + title: Metasploit Credential + description: Code for modeling and managing credentials in Metasploit, implemented + as a Rails Engine + x-cortex-git: + github: + alias: r7org + repository: rapid7/metasploit-credential + x-cortex-tag: metasploit-credential + x-cortex-type: service + x-cortex-domain-parents: + - tag: metasploit +openapi: 3.0.1 +servers: +- url: "/"