Skip to content
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

add headers to *.textproto #393

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

jkowalleck
Copy link
Member

fix #392

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck added test-data related to test-resources and -data format: ProtoBuf labels Mar 2, 2024
@jkowalleck jkowalleck added this to the 1.6 milestone Mar 2, 2024
@jkowalleck jkowalleck requested a review from a team as a code owner March 2, 2024 15:19
@jkowalleck
Copy link
Member Author

used to automated mod: (fish shell syntax)

for f in *.textproto; mv "$f" "$f".o; and echo -e '# proto-file: schema/bom-1.6.proto\n# proto-message: Bom\n' > "$f"; and cat "$f".o >> "$f"; and rm "$f".o;  end

@stevespringett stevespringett merged commit 0997735 into CycloneDX:1.6-dev Mar 2, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format: ProtoBuf test-data related to test-resources and -data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants