-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FOUR-12383 Update Template Elements #17
Conversation
New templates added Total amount 61 templates
Updated Residential Loan | Auto Loan request with latest UI and succesful export.
Added a functional project kickoff process.
Auto loan request template update, eliminated de SAAB label
All processes should have headers updated, banking elements were worked by manuel atm
Added category to missing templates
-Residential Loan -Auto Loan request Updated AI and mobile elements added
Added Payment Request Financial Application Employee separation process infosec risk cash voucher csat survey long term leave
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First, 41 templates were synchronized. Then, with the second execution, 70 templates appeared. I don't see any repeated templates or issues 👍
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
- | Generic High Entropy Secret | 6c61c48 | accounting-and-finance/invoice-approval.json | View secret |
- | Generic High Entropy Secret | 81b6fad | accounting-and-finance/invoice-approval.json | View secret |
- | Generic High Entropy Secret | 6c61c48 | operations/committee-approval.json | View secret |
- | Generic High Entropy Secret | a26597d | accounting-and-finance/invoice-approval.json | View secret |
- | Generic High Entropy Secret | a26597d | operations/committee-approval.json | View secret |
- | Generic High Entropy Secret | 81b6fad | operations/committee-approval.json | View secret |
- | Generic High Entropy Secret | 81b6fad | it/change-request.json | View secret |
- | Generic High Entropy Secret | 360d094 | higher-education/disability-accomodation.json | View secret |
- | Generic High Entropy Secret | 6c61c48 | operations/work-order-request.json | View secret |
- | Generic High Entropy Secret | 81b6fad | human-resources/performance-review.json | View secret |
- | Generic High Entropy Secret | 6c61c48 | it/change-request.json | View secret |
- | Generic High Entropy Secret | a26597d | it/change-request.json | View secret |
- | Generic High Entropy Secret | fba6668 | operations/work-order-request.json | View secret |
- | Generic High Entropy Secret | 3993c73 | higher-education/disability-accomodation.json | View secret |
- | Generic High Entropy Secret | fba6668 | higher-education/disability-accomodation.json | View secret |
- | Generic High Entropy Secret | 7a14c3b | operations/work-order-request.json | View secret |
- | Generic High Entropy Secret | 6c61c48 | higher-education/disability-accomodation.json | View secret |
- | Generic High Entropy Secret | 6c61c48 | human-resources/performance-review.json | View secret |
- | Generic High Entropy Secret | a26597d | higher-education/disability-accomodation.json | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
Description:
This pull request addresses the Ticket for Updating new template files.
Changes Made:
Revert
uuid
in some of the updated templates to prevent duplicationAdd or update
version
to some of the templates in the manifest filesUpdate missing
key
to "default_templates" in some of the manifest filesUpdate
user_id
to null in some of the manifest filesHow to test
.env
to fetch the develop branch of the templates repo first.sync the templates
php artisan processmaker:sync-default-templates
3. Check if the current templates are synced.
4. Update your
.env
to fetch the new templates from this branchDEFAULT_TEMPLATE_BRANCH=FOUR-12383
sync the templates
php artisan processmaker:sync-default-templates
5. Please ensure that the new templates have been added and no duplicates have been included.
-- eg:
Expense Approval 2
Ticket FOUR-12383