From 6c7c4e48d1318878560eb86af145558b91020524 Mon Sep 17 00:00:00 2001 From: rguerraZero Date: Wed, 16 Aug 2023 17:07:59 -0400 Subject: [PATCH] Fix Drone ZFE-74262 REF:ZFE-74262 . . --- .drone.yml | 4 ++-- catalog-info.yaml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 catalog-info.yaml diff --git a/.drone.yml b/.drone.yml index 1db1a5f3523d..bc4da92348b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,6 @@ --- kind: pipeline +type: docker name: terra steps: @@ -19,5 +20,4 @@ steps: - mkdir ~/.ssh && echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 && chmod 0600 ~/.ssh/id_ed25519 - ssh-keyscan -H github.com >> ~/.ssh/known_hosts - make -C .terra/ init - - make -C .terra/ validate - - make -C .terra/ plan \ No newline at end of file + - make -C .terra/ validate \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000000..b4db598b4f52 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,8 @@ +apiVersion: backstage.io/v1alpha1 +kind: System +metadata: + name: superset-external + annotations: + zerofox.com/pillar: Protection +spec: + lifecycle: production