-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dc2924
commit a5190ce
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: cli-extension-iac-rules | ||
annotations: | ||
github.com/project-slug: snyk/cli-extension-iac-rules | ||
circleci.com/project-slug: github/snyk/cli-extension-iac-rules | ||
description: < | ||
An extension to the Snyk CLI that provides workflows to author and manage custom rules for Snyk IaC. | ||
labels: | ||
snyk.io/businessCriticality: medium | ||
snyk.io/visibility: private | ||
snyk.io/metadata-version: "2022-23-01" | ||
name: cli-extension-iac-rules | ||
annotations: | ||
github.com/project-slug: snyk/cli-extension-iac-rules | ||
circleci.com/project-slug: github/snyk/cli-extension-iac-rules | ||
github.com/team-slug: snyk/cloud-dev-ex | ||
description: < An extension to the Snyk CLI that provides workflows to author and manage custom rules for Snyk IaC. | ||
labels: | ||
snyk.io/businessCriticality: medium | ||
snyk.io/visibility: private | ||
snyk.io/metadata-version: "2022-23-01" | ||
spec: | ||
type: library | ||
lifecycle: production | ||
owner: "cloud-context" | ||
type: snyk-cli-plugin | ||
lifecycle: "-" | ||
owner: cloud-dev-ex |