From ab829458ffa08af7c7d4e3a088571de9471f09f2 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 8 Apr 2025 17:34:06 -0400 Subject: [PATCH] remove snyk security scan as requirement from releases --- .github/workflows/on-release-published.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/on-release-published.yml b/.github/workflows/on-release-published.yml index 0a1ea456..b438a56e 100644 --- a/.github/workflows/on-release-published.yml +++ b/.github/workflows/on-release-published.yml @@ -10,16 +10,10 @@ jobs: name: Linting and tests uses: ./.github/workflows/linting-and-tests.yml - snyk-security-scan: - name: Snyk security scan - uses: ./.github/workflows/snyk-security-scan.yml - secrets: inherit - build-sign-and-publish-plugin-to-gcom: name: Build, sign, and publish frontend plugin to grafana.com needs: - linting-and-tests - - snyk-security-scan runs-on: ubuntu-latest # These permissions are needed to assume roles from Github's OIDC. # https://github.com/grafana/shared-workflows/tree/main/actions/get-vault-secrets @@ -68,7 +62,6 @@ jobs: name: Build engine Docker image and publish to Dockerhub needs: - linting-and-tests - - snyk-security-scan uses: ./.github/workflows/build-engine-docker-image-and-publish-to-dockerhub.yml with: engine_version: ${{ github.ref_name }}