From dc1bf5cc4fb7de79144db46eb186cd51ef50f181 Mon Sep 17 00:00:00 2001 From: Lina Alotri Date: Tue, 3 Oct 2023 16:32:55 -0700 Subject: [PATCH] SEC-2501 Remove reference of S3 bucket in superlinter repo --- .github/workflows/repo-visualization.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/repo-visualization.yml b/.github/workflows/repo-visualization.yml index 3824e3ba99f..4d26be8c96a 100644 --- a/.github/workflows/repo-visualization.yml +++ b/.github/workflows/repo-visualization.yml @@ -66,6 +66,3 @@ jobs: ############################ # Push the image to aws s3 # ############################ - - name: Push diagram to s3 - if: success() - run: aws s3 cp diagram.svg s3://super-linter/diagram.svg