Skip to content

Commit

Permalink
ci: fix snyk issue (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre authored Nov 28, 2023
1 parent 8a9a528 commit c16250d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,10 @@ workflows:
when: *release-conditions
jobs:
- Unit Tests
- Security Scan release
- Security Scan release:
context:
- devex-release
- org-global-employees
- Copy JSON schema
- Create version file:
is-prerelease: true
Expand Down Expand Up @@ -642,7 +645,10 @@ workflows:
when: *release-conditions
jobs:
- Unit Tests
- Security Scan release
- Security Scan release:
context:
- devex-release
- org-global-employees
- Copy JSON schema
- Create version file:
is-prerelease: false
Expand Down

0 comments on commit c16250d

Please sign in to comment.