remove .gitignore from leading apps and add mta.yaml back#505
Merged
Conversation
vibhutikumar07
added a commit
that referenced
this pull request
Jun 5, 2026
* Harden GitHub Actions workflows — environment, secret masking & log protection
Security changes applied to all 19 workflow files:
1. environment: dev — All jobs now pull secrets from the protected "dev"
environment instead of repo-level secrets, adding an extra access
control layer. Jobs with existing environment (maven-central) are
kept as-is.
2. Secrets moved from inline ${{ secrets.X }} to env: blocks — Prevents
secret values from appearing in the process argument list (visible via
ps/audit logs). Shell commands now reference $ENV_VAR instead.
3. set +x in every sensitive step — Disables bash debug-trace mode before
any secret variable is assigned, preventing accidental log exposure if
debug mode is ever enabled upstream.
4. ::add-mask:: for all runtime-fetched and copied secret variables —
Registers CF credentials, clientSecret/clientID (fetched from XSUAA
at runtime), usernames and passwords with GitHub's log scrubber so
any accidental echo or error trace is redacted as *** in logs.
* Update pom.xml
* remove .gitignore from leading apps and add mta.yaml back (#505)
Co-authored-by: Yashmeet . <yashmeet@sap.com>
* Update multiTenancyDeployLocal.yml
* Update pom.xml
* modified workflow
* Added retry logic
* Added Retry logic
* modified workflow
* updated sdm version
* Updated sdm version in pom
---------
Co-authored-by: Yashmeet . <yashmeet@sap.com>
vibhutikumar07
added a commit
that referenced
this pull request
Jun 5, 2026
…apps from SDM plugin (#504) * Move leading app to SDM plugin & workflow files update to read these apps from SDM plugin * remove .gitignore from leading apps and add mta.yaml back * Update action.yml for new app path * Workflow Security Hardening (#506) * Harden GitHub Actions workflows — environment, secret masking & log protection Security changes applied to all 19 workflow files: 1. environment: dev — All jobs now pull secrets from the protected "dev" environment instead of repo-level secrets, adding an extra access control layer. Jobs with existing environment (maven-central) are kept as-is. 2. Secrets moved from inline ${{ secrets.X }} to env: blocks — Prevents secret values from appearing in the process argument list (visible via ps/audit logs). Shell commands now reference $ENV_VAR instead. 3. set +x in every sensitive step — Disables bash debug-trace mode before any secret variable is assigned, preventing accidental log exposure if debug mode is ever enabled upstream. 4. ::add-mask:: for all runtime-fetched and copied secret variables — Registers CF credentials, clientSecret/clientID (fetched from XSUAA at runtime), usernames and passwords with GitHub's log scrubber so any accidental echo or error trace is redacted as *** in logs. * Update pom.xml * remove .gitignore from leading apps and add mta.yaml back (#505) Co-authored-by: Yashmeet . <yashmeet@sap.com> * Update multiTenancyDeployLocal.yml * Update pom.xml * modified workflow * Added retry logic * Added Retry logic * modified workflow * updated sdm version * Updated sdm version in pom --------- Co-authored-by: Yashmeet . <yashmeet@sap.com> * Update blackduck.yml * updated the workflow to use the pr environment & also added codeowner * updated the workflow * modified workflow --------- Co-authored-by: vibhutikumar <160819926+vibhutikumar07@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Any documentation
Type of change
Please delete options that are not relevant.
Checklist before requesting a review
Upload Screenshots/lists of the scenarios tested