From 74ed6d66d55ced24d520f2755cac02fd4accb3b0 Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Mon, 18 Dec 2023 20:58:18 +0530 Subject: [PATCH] Update central-publish.yml --- .github/workflows/central-publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index 3e9e03dd6..9fe5f40dc 100644 --- a/.github/workflows/central-publish.yml +++ b/.github/workflows/central-publish.yml @@ -30,14 +30,6 @@ jobs: run: ./gradlew build -x check -x test - name: Create lib directory if not exists run: mkdir -p ballerina/lib - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@master - with: - scan-type: 'rootfs' - scan-ref: '/github/workspace/ballerina/lib' - format: 'table' - timeout: '10m0s' - exit-code: '1' - name: Ballerina Central Push if: ${{ github.event.inputs.environment == 'CENTRAL' }}