Execute bit not set for generate-sbom-prep.sh
See original GitHub issue- This issue is blocking
- This issue is causing unreasonable pain
We’re seeing issues with the execute bit not being propagated to repos, causing failures for the generation steps: https://github.com/dotnet/core-eng/issues/15551
It’s set correctly in arcade;
git ls-files -s eng/common/generate-sbom-prep.sh
100755 f6c77453142a28129a04e059532de3a3d6b7f6eb 0 eng/common/generate-sbom-prep.sh
But it didn’t get propagated through maestro.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Why does Bash's source not need the execution bit?
With Bash's source it is possible to execute a script without an execution bit set. This is documented and expected behaviour, but isn't ......
Read more >Can I execute a Linux binary without ...
Executing scripts is possible without setting the execute bit and putting in a shebang by passing the source to the interpreter, e.g. bash ......
Read more >Can scripts run even when they are not set as executable?
You are executing sh (which resolves to the program /bin/sh ), which reads file.sh and executes it's code.
Read more >Set execute bit for a file using python
Using python on Mac OS, I would like to open a file for writing and put some shell commands into it. Later to...
Read more >How to create file execute mode permissions in Git on ...
I use Git in Windows, and want to push the executable shell script into git repo by one commit. Usually I need to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see. Okay, then it’s just causing unreasonable pain because I’ll keep getting spammed with Arcade Validation failure notifications 😃
Generally: https://github.com/dotnet/arcade-services/issues/2525, closing this one