File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,10 @@ jobs:
10
10
name : Linting and tests
11
11
uses : ./.github/workflows/linting-and-tests.yml
12
12
13
- snyk-security-scan :
14
- name : Snyk security scan
15
- uses : ./.github/workflows/snyk-security-scan.yml
16
- secrets : inherit
17
-
18
13
build-sign-and-publish-plugin-to-gcom :
19
14
name : Build, sign, and publish frontend plugin to grafana.com
20
15
needs :
21
16
- linting-and-tests
22
- - snyk-security-scan
23
17
runs-on : ubuntu-latest
24
18
# These permissions are needed to assume roles from Github's OIDC.
25
19
# https://github.com/grafana/shared-workflows/tree/main/actions/get-vault-secrets
68
62
name : Build engine Docker image and publish to Dockerhub
69
63
needs :
70
64
- linting-and-tests
71
- - snyk-security-scan
72
65
uses : ./.github/workflows/build-engine-docker-image-and-publish-to-dockerhub.yml
73
66
with :
74
67
engine_version : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments