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

chore: add zarf annotations #161

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
name: sonarqube
description: "UDS Sonarqube package"
version: "dev"
annotations:
title: SonarQube
description: SonarQube is a comprehensive code quality and security tool that helps developers deliver and maintain high-quality, secure code. It performs static code analysis to detect bugs, vulnerabilities, and code smells across multiple programming languages, providing actionable insights to improve code health. By integrating seamlessly into development workflows, SonarQube enables teams to catch and fix issues early, reducing technical debt and enhancing overall software quality. The platform integrates with popular DevOps tools like GitHub, GitLab, Azure Pipelines, and Jenkins, allowing for automated code scans and quality checks throughout the development process.
categories: Software Dev,Security,IT Management,Productivity
keywords: Code Quality,Security Tool,Static Code Analysis,Bug Detection,Vulnerability Detection,Code Smells,Technical Debt Reduction,DevOps Integration,GitHub Integration,GitLab Integration,Azure Pipelines
tagline: **Clean Code, Under Your Control**

Check failure on line 15 in zarf.yaml

View workflow job for this annotation

GitHub Actions / validate / run

15:15 syntax error: expected alphabetic or numeric character, but found '*' (syntax)

variables:
- name: SONARQUBE_DEPENDS_ON
Expand Down
Loading