Skip to content

Commit 586bfcd

Browse files
authored
Merge pull request #5506 from grafana/dev
remove snyk security scan as requirement from releases
2 parents 04f18c0 + ab82945 commit 586bfcd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/on-release-published.yml

-7
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@ jobs:
1010
name: Linting and tests
1111
uses: ./.github/workflows/linting-and-tests.yml
1212

13-
snyk-security-scan:
14-
name: Snyk security scan
15-
uses: ./.github/workflows/snyk-security-scan.yml
16-
secrets: inherit
17-
1813
build-sign-and-publish-plugin-to-gcom:
1914
name: Build, sign, and publish frontend plugin to grafana.com
2015
needs:
2116
- linting-and-tests
22-
- snyk-security-scan
2317
runs-on: ubuntu-latest
2418
# These permissions are needed to assume roles from Github's OIDC.
2519
# https://github.com/grafana/shared-workflows/tree/main/actions/get-vault-secrets
@@ -68,7 +62,6 @@ jobs:
6862
name: Build engine Docker image and publish to Dockerhub
6963
needs:
7064
- linting-and-tests
71-
- snyk-security-scan
7265
uses: ./.github/workflows/build-engine-docker-image-and-publish-to-dockerhub.yml
7366
with:
7467
engine_version: ${{ github.ref_name }}

0 commit comments

Comments
 (0)