Merge pull request #5506 from grafana/dev
remove snyk security scan as requirement from releases
This commit is contained in:
commit
586bfcd19c
1 changed files with 0 additions and 7 deletions
7
.github/workflows/on-release-published.yml
vendored
7
.github/workflows/on-release-published.yml
vendored
|
|
@ -10,16 +10,10 @@ jobs:
|
||||||
name: Linting and tests
|
name: Linting and tests
|
||||||
uses: ./.github/workflows/linting-and-tests.yml
|
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:
|
build-sign-and-publish-plugin-to-gcom:
|
||||||
name: Build, sign, and publish frontend plugin to grafana.com
|
name: Build, sign, and publish frontend plugin to grafana.com
|
||||||
needs:
|
needs:
|
||||||
- linting-and-tests
|
- linting-and-tests
|
||||||
- snyk-security-scan
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# These permissions are needed to assume roles from Github's OIDC.
|
# These permissions are needed to assume roles from Github's OIDC.
|
||||||
# https://github.com/grafana/shared-workflows/tree/main/actions/get-vault-secrets
|
# 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
|
name: Build engine Docker image and publish to Dockerhub
|
||||||
needs:
|
needs:
|
||||||
- linting-and-tests
|
- linting-and-tests
|
||||||
- snyk-security-scan
|
|
||||||
uses: ./.github/workflows/build-engine-docker-image-and-publish-to-dockerhub.yml
|
uses: ./.github/workflows/build-engine-docker-image-and-publish-to-dockerhub.yml
|
||||||
with:
|
with:
|
||||||
engine_version: ${{ github.ref_name }}
|
engine_version: ${{ github.ref_name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue