question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
missymessacommented, Feb 11, 2022

I see. Okay, then it’s just causing unreasonable pain because I’ll keep getting spammed with Arcade Validation failure notifications 😃

0reactions
mmitchecommented, Jun 2, 2023
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found