| glab(1) | glab(1) |
NAME
glab-dependency-firewall-ci-summary - Summarize Dependency Firewall activity from the CI log.
SYNOPSIS
glab dependency-firewall ci-summary [flags]
DESCRIPTION
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 code | Meaning |
| 0 | No blocked entries in the log (allow-only or warnings). |
| 1 | The log could not be read. |
| 3 | At 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/.
OPTIONS INHERITED FROM PARENT COMMANDS
-h, --help[=false] Show help for this command.
EXAMPLE
# Show blocked and flagged packages from the last firewall run glab dependency-firewall ci-summary
SEE ALSO
| Aug 2026 | Auto generated by spf13/cobra |