From 7184a5b83f6531a961e12b36d95c14d24ca42062 Mon Sep 17 00:00:00 2001 From: NxPKG <116948796+NxPKG@users.noreply.github.com> Date: Sat, 9 Dec 2023 06:18:38 +0600 Subject: [PATCH] Update release.yml Signed-off-by: NxPKG <116948796+NxPKG@users.noreply.github.com> --- .github/workflows/release.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f7be6f..400d587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,22 +31,6 @@ jobs: - name: Run Integration Tests run: make test-integration - - name: Run Tunnel vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.16.0 - with: - scan-type: 'fs' - ignore-unfixed: true - format: 'sarif' - severity: 'CRITICAL' - exit-code: 0 - - - name: Run Tunnel vulnerability scanner against Khulnasoft Cloud - uses: aquasecurity/trivy-action@0.16.0 - with: - scan-type: 'fs' - hide-progress: true - format: 'table' - security-checks: 'vuln,config' release: name: Release