diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..633ffd5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# These owners will be the default owners for everything in +# the repo. +* @elastic/threat-research-and-detection-engineering diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..f47f07c --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +# Declare a Backstage Component that represents your application. +--- +# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: SWAT + description: Simple Workspace Attack Tool (SWAT) is a tool for simulating malicious behavior against Google Workspace in reference to the MITRE ATT&CK framework. + annotations: + backstage.io/source-location: "url:https://github.com/elastic/SWAT/" + github.com/project-slug: "elastic/SWAT" + github.com/team-slug: "elastic/threat-research-and-detection-engineering" + buildkite.com/project-slug: "elastic/SWAT" + +spec: + type: service + owner: group:threat-research-and-detection-engineering + lifecycle: production diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..591ec64 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>elastic/renovate-config" + ] +}