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

AGPLを検出するシェルスクリプトを追加 #155

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

comavius
Copy link
Member

@comavius comavius commented Dec 6, 2024

close #154
sbomを生成して、spdxにAGPLが入っていたら気付けるようにした

ちゃんとjsonをパースしているわけではないから誤検出するかも

@comavius
Copy link
Member Author

comavius commented Dec 6, 2024

試していないけど、sbomnixが.#environmentをrealiseしているからactionsで回したら落ちる気がする

@comavius
Copy link
Member Author

comavius commented Dec 6, 2024

ちゃんとやったらスタックトレースも取れそう

Copy link
Contributor

@Kentaro1043 Kentaro1043 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ビルド用Docker内でも、/etc/nix/nix.conffilter-syscalls = falseを追記すれば動きました(なのでDocker内で動かす場合はこのようにDockerfileを修正する必要がありそうです、あれだったらやります)
あと、チェック時に出力されるjsonファイルなどを.gitignoreに追加したほうがよさそう?

@comavius
Copy link
Member Author

comavius commented Dec 6, 2024

あと、チェック時に出力されるjsonファイルなどを.gitignoreに追加したほうがよさそう?

確かに、このissueで追加します

ビルド用Docker内でも、/etc/nix/nix.confにfilter-syscalls = falseを追記すれば動きました(なのでDocker内で動かす場合はこのようにDockerfileを修正する必要がありそうです、あれだったらやります)

別のPRとしてお願いしてもいいですか?

@Kentaro1043
Copy link
Contributor

OKです👍️

@comavius comavius requested a review from Kentaro1043 December 6, 2024 06:34
@comavius comavius merged commit 3fb07e7 into develop Dec 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ライセンスをチェックできるようにする
2 participants