Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
ci: CI/CD should not execute Snyk scan when there is no release (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Jul 27, 2020
1 parent 3f9aa41 commit f164a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
phonito-token: '${{ secrets.PHONITO_TOKEN }}'

- name: Scan with Snyk
if: env.RELEASE_VERSION != ''
uses: snyk/actions/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit f164a9a

Please sign in to comment.