glab-security
Installation
SKILL.md
glab security
Configure GitLab security features for a project.
Experimental upstream command surface: verify live
glab security --helpbefore relying on it in production automation.
Common commands
# Show security command help
glab security --help
# Enable a scan profile on the current project
glab security config enable dependency_scanning
# Enable SAST on a specific project
glab security config enable sast -R gitlab-org/cli