From e4961a579e239b4e79608fba2189d7f468a72399 Mon Sep 17 00:00:00 2001 From: jacobrheath <76011913+jacobrheath@users.noreply.github.com> Date: Tue, 21 Sep 2021 10:09:30 -0700 Subject: [PATCH] feat: removing sastisfaction gh action for gh app (#2441) --- .github/workflows/sastisfaction.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/sastisfaction.yml diff --git a/.github/workflows/sastisfaction.yml b/.github/workflows/sastisfaction.yml deleted file mode 100644 index d48d3eeb..00000000 --- a/.github/workflows/sastisfaction.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Run SASTisfaction -on: - - pull_request - -jobs: - sastisfaction: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/checkout@v2 - with: - repository: chanzuckerberg/sastisfaction - ref: main - path: .github/actions/sastisfaction - ssh-key: ${{ secrets.SASTISFACTION_READ_KEY }} - - name: Login to GitHub Container Registry - uses: docker/login-action@v1 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Docker pull - run: docker pull ghcr.io/chanzuckerberg/sastisfaction:main - - name: Run SASTisfaction - uses: ./.github/actions/sastisfaction - with: - snowflake_private_key: ${{ secrets.SASTISFACTION_RSA_KEY }}