Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BAS commit changing xs-security.json

T1mey
Active Participant
0 Likes
765

Hello @ALL,

for some reason I'm not able to commit my changes to my repo. Getting the following error.

T1mey_0-1726047128587.png

Weird is that the commit is doing something strange with my xs-security.json file (first line is filled with some node info incl. special chars and the entire file was modified)

T1mey_1-1726047218042.png

Even if I delete it, it gets recreated...

Anybody an idea ?

1 REPLY 1
Read only

T1mey
Active Participant
0 Likes
734

Found the reason ... 

A git pre-commit hook is executing 

exec basctl --command cicd.showLCAPManifest --param $PWD

This is corrupting the file...