Help us learn about your current experience with the documentation. Take the survey.
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 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/.
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.