正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab dependency-firewall ci-summary

Summarize Dependency Firewall activity from the CI log.

Synopsis

Read .gitlab/df/ci-log.json and print blocked and flagged packages recorded during a glab dependency-firewall run.

The log is read from the current working directory. Run this command from the same directory as the glab dependency-firewall run that wrote the log, otherwise no activity is reported.

Exit codeMeaning
0No blocked entries in the log (allow-only or warnings).
1The log could not be read.
3At least one entry in the log is blocked.

This feature is in beta and might not be ready for production use. It might be unstable and breaking changes can occur outside of major releases. For more information, see https://docs.gitlab.com/policy/development_stages_support/.

glab dependency-firewall ci-summary [flags]

Examples

# Show blocked and flagged packages from the last firewall run
glab dependency-firewall ci-summary

Options inherited from parent commands

  -h, --help   Show help for this command.