Skip to content

Commit

Permalink
Merge pull request #32 from cloud-native-toolkit/develop
Browse files Browse the repository at this point in the history
fix: Updated out of date generated files (Tekton, API.md)
  • Loading branch information
nathanagood authored May 23, 2024
2 parents e532935 + 01b7ccf commit b79931f
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 1 deletion.
278 changes: 278 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/tektonHub/tektonHubTasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const az = function(scope: Construct, id: string) : TaskBuilder { return
export const conftest = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/conftest/0.1/conftest.yaml').build(); };
export const yaml_lint = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/yaml-lint/0.1/yaml-lint.yaml').build(); };
export const crunch_api_security_audit = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/42crunch-api-security-audit/0.2/42crunch-api-security-audit.yaml').build(); };
export const anchore_cli = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/anchore-cli/0.1/anchore-cli.yaml').build(); };
export const ansible_builder = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/ansible-builder/0.1/ansible-builder.yaml').build(); };
export const argocd_task_connect_repo = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/argocd-task-connect-repo/0.1/argocd-task-connect-repo.yaml').build(); };
export const asciidoctor = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/asciidoctor/0.1/asciidoctor.yaml').build(); };
Expand Down Expand Up @@ -121,7 +122,7 @@ export const prometheus_gate = function(scope: Construct, id: string) : TaskBuil
export const pylint = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/pylint/0.3/pylint.yaml').build(); };
export const pytest = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/pytest/0.2/pytest.yaml').build(); };
export const python_coverage = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/python-coverage/0.1/python-coverage.yaml').build(); };
export const redhat_dependency_analytics = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/redhat-dependency-analytics/0.1/redhat-dependency-analytics.yaml').build(); };
export const redhat_dependency_analytics = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/redhat-dependency-analytics/0.2/redhat-dependency-analytics.yaml').build(); };
export const replace_tokens = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/replace-tokens/0.1/replace-tokens.yaml').build(); };
export const rhacs_deployment_check = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/rhacs-deployment-check/3.71/rhacs-deployment-check.yaml').build(); };
export const rhacs_image_check = function(scope: Construct, id: string) : TaskBuilder { return new TektonHubTask(scope, id, 'https://raw.githubusercontent.com/tektoncd/catalog/main/task/rhacs-image-check/3.71/rhacs-image-check.yaml').build(); };
Expand Down

0 comments on commit b79931f

Please sign in to comment.