From 281c4c544c027ba5ef361d87bbea2a78c1307b89 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Wed, 30 Sep 2020 21:19:42 -0500 Subject: [PATCH] ci(anchor): remove anchor --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ffa5d47..8dfde4de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,19 +97,6 @@ jobs: - name: Image digest run: echo ${{ steps.docker-build.outputs.digest }} - - name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@v1.0.9 - with: - image-reference: ${{ matrix.docker-image }}:${{ github.sha }} - dockerfile-path: ${{ matrix.dockerfile }} - acs-report-enable: true - include-app-packages: true - - - name: Upload Anchore Scan Report - uses: github/codeql-action/upload-sarif@v1 - with: - sarif_file: results.sarif - - name: Dump context if: always() uses: crazy-max/ghaction-dump-context@v1.0.0