1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00
Commit Graph

1119 Commits

Author SHA1 Message Date
Jimmy Jones
65c6285ffb Add committer-date Result to git-clone Task 2023-01-06 21:17:54 +01:00
rick
bf905bd866 Adding the gogit task into catalog 2022-12-09 09:38:36 +01:00
Chmouel Boudjnah
7972db4c3f Remove chmouel from OWNERS file
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2022-12-05 10:34:35 +01:00
Vedant shetty
00530e3969 Fixed typo In Readme
The using basic-auth section had a few typos
2022-11-29 12:44:32 +01:00
Martin Vala
f2c2dbcfab Ansinle runner image as task parameter 2022-11-21 17:38:29 +01:00
vinamra28
bbf49b8d35 Fix kind e2e tests
Earlier Billy's repo was being used in which the latest pipelines
version was getting installed. Changing to Vinamra's fork as the version
is pinned.

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-11-15 14:28:27 +01:00
Anton Krasovsky
784cb9d396 Add '42Crunch REST API Static Security Testing' task to the catalog 2022-11-14 14:32:26 +01:00
Takaaki Furukawa
7ac9aa365f Bump CNB_PLATFORM_API version to 0.9 for buildpack task
The current CNB_PLATFORM_API version 0.4 is a bit old and does not support SBOM format, etc.
This change bumps up the version to 0.9 for buildpack task.
2022-11-13 13:54:25 +01:00
vinamra28
1de6282907 Bump tektoncd/plumbing to avoid CI failures
E2E tests are failing for the reason

```
ERROR: (gcloud.beta.container.clusters.create) ResponseError: code=400,
message=Creation of node pools using node images based on Docker
container runtimes is not supported in GKE v1.23. This is to prepare
for the removal of Dockershim in Kubernetes v1.24. We recommend that
you migrate to image types based on Containerd (examples). For more
information, contact Cloud Support.
```

The changes have been made in plumbing directory to fix the same, hence
bumping.

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-11-04 10:55:47 +01:00
Chmouel Boudjnah
962f900535 Switch pylint image to a more updated one
cytopia pylint image hasn't updated since 7 months ago and multiple
release.

pipeline-components looks a legit org
https://gitlab.com/pipeline-components/pylint

image is alpine based
https://gitlab.com/pipeline-components/pylint/-/blob/master/Dockerfile

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2022-10-21 15:51:39 +02:00
Chmouel Boudjnah
b87c119eca Make directory safe only right before the git-init
We were doing first but when having a
WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND we would erase the .gitconfig and
that safe variable would not be there anymore.

Do this only right before calling the git-init so we know the setting
would be applied.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2022-10-21 11:59:38 +02:00
jhonis
3ca962e11d Remove trailing whitespaces to fix the lint 2022-10-20 12:41:38 +02:00
jhonis
9fdbacebd8 Fix the lint for double space before the comments 2022-10-20 12:41:38 +02:00
jhonis
4365f54a95 Fix the lint for double quoting the env var 2022-10-20 12:41:38 +02:00
jhonis
cc9733a2af Fix the safe.directory config from the previous commit 2022-10-20 12:41:38 +02:00
jhonis
f879bdd1bd Bump up Tekton minVersion to make it compatible 2022-10-20 12:41:38 +02:00
jhonis
431e65f2fa Add safe.directory git config to fix the issue reported on https://github.com/tektoncd/pipeline/issues/4966 and fix the tests 2022-10-20 12:41:38 +02:00
jhonis
3af2ad454d Change default HOME folder to /home/git so the ssh works fine 2022-10-20 12:41:38 +02:00
jhonis
81e884bd7b Bump up version of git-init image to 0.40.2 2022-10-20 12:41:38 +02:00
jhonis
c81dce2e29 Copy task git-clone form 0.8 to 0.9 2022-10-20 12:41:38 +02:00
Pradeep Kumar
00dc4ae8cd update goreleaser image to latest
this updates goreleaser image to latest.
faced issue with cli release, and the image was last updated almost
10 months back.

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
2022-10-13 12:15:35 +02:00
jkomoda
d49622ca8d orka-deploy 0.2 changes 2022-10-12 15:15:35 +02:00
jkomoda
fa0a0a81ff orka-teardown 0.2 changes 2022-10-12 13:55:36 +02:00
Dale Bewley
d63a2845cd double quote to prevent globbing and word splitting
fix shellcheck error SC2086
2022-10-12 08:33:35 +02:00
Frerik Andriessen
23219a4cda Add fully flexible script to yq task
* Add backwards compatibility for previous version
* Update default image
* Ensure the task will now fail when a command exited with a
non-zero exit code. This was a bug in previous yq versions, see:
https://github.com/mikefarah/yq/issues/1062
* Add optional result
* Add default value for SCRIPT for backwards compatibility
* Handle empty SCRIPT param
2022-10-11 06:07:33 +02:00
vinamra28
3d76cf8bb6 Add vinamra28 as Artifacthub Tekton repo owner
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-10-10 09:05:33 +02:00
Meng-Yuan Huang
39a5a9bacf Fix kaniko for arm64 and ppc64le. 2022-10-08 16:15:32 +02:00
Andrew Smithson
614c02caf6 Use dockerconfig for buildah bud 2022-10-08 09:59:38 +02:00
Raffael Correia Mendes
2695a78aab Updating Stackrox Image-Scan
Updating stackrox image scan task changing the deprecated --format flag to the --output flag.
2022-10-08 09:59:32 +02:00
Gijs van Dulmen
22db0c47e2 Add sonarqube-scanner with optioanl credentials workspace
Add sonarqube scanner with credentials support
2022-10-08 09:43:31 +02:00
Dale Bewley
8b8ebf8c88 remove upstream reference 2022-10-08 03:47:32 +02:00
Dale Bewley
9db4f2200c use tekton.dev url for example task installation 2022-10-08 03:47:32 +02:00
Dale Bewley
8d5445b5f9 parameterize roxctl image and use image entrypoint
remove container command as location of roxctl differs in downstream image
2022-10-08 03:47:32 +02:00
Dale Bewley
e62fe4a4db add RHACS deployment, image check and scan tasks
Tasks for deployment check, image check, and image scan using
roxctl from Red Hat Advanced Cluster Security
2022-10-08 03:47:32 +02:00
Vincent Demeester
a94f8677db e2e-tests.sh: bump to 0.40.0 pipeline release
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2022-09-28 16:55:12 +02:00
jkomoda
89f8357a66 orka-full 0.2 docker-image param name change 2022-09-28 15:15:12 +02:00
vinamra28
d65ed39437 Use git-clone 0.7 instead of latest in Tasks' test
With git-clone version 0.8, Task now runs as non-root and with this change I
guess it's not working well with our GKE clusters and tests started
failing in nightly runs.

For now changing the version of git-clone to use 0.7 so that for now CI
is unblocked 😅

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-09-27 15:05:12 +02:00
jkomoda
3fbcaf244a orka-init 0.2 docker-image param name change 2022-09-27 06:37:11 +02:00
Vincent Demeester
a77cdb7151 Remove some OWNERs due to inactivity
Following the Contributor ladder[1], I am moving some OWNERS to alumni
as they are/were inactive for a longer period.

[1]: https://github.com/tektoncd/community/blob/main/process.md#inactivity

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2022-09-26 14:49:11 +02:00
vinamra28
a0593e4e64 Add SonarQube version 0.3
The following new version of SonarQube consists of various enhancements
such as:

- Basic sonar properties can now be passed via parameters
- `sonar-settings` workspace is now optional
- Image is now paramterized so that if anyone wants to use their own
  sonar-scanner-cli image then they can easily use it
- Script improvements

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-09-26 12:29:11 +02:00
vinamra28
5e1b7d8035 Deprecate existing versions of sonarqube-scanner
As of now, sonarqube-scanner task version 0.1 and 0.2 are using an older
version of sonarqube-scanner-cli image ie 4.5 which is around 2 years
old which makes it incompatible with existing versions of compatible
node. So deprecating. Will be adding the stable 0.3 version for the
same.

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-09-26 12:29:11 +02:00
Quan Zhang
70a11c32bc Add zhangquan as Artifact Hub Tekton repo owner 2022-09-19 09:19:08 +02:00
Vincent Demeester
c4fa2a9132 The repositoryID needs to be set for being seen as verified
See
https://artifacthub.io/docs/topics/repositories/#verified-publisher.

Those IDs are coming from the repositories claimed in ArtifactHub.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2022-09-16 17:15:07 +02:00
Vincent Demeester
d2485756fa Add artifacthub metadata to tektoncd/catalog
This follows the artifacthub documention :
https://artifacthub.io/docs/topics/repositories/#ownership-claim.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2022-09-16 12:15:06 +02:00
Batuhan Apaydın
14d3810c27 fix: add type to argument
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2022-09-15 13:49:05 +02:00
Batuhan Apaydın
a9824e21fa feat: add syft
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2022-09-09 13:16:30 +02:00
Batuhan Apaydın
c1ff6ee290 feat: add grype
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2022-09-09 13:16:30 +02:00
Satyam Bhardwaj
5bf97560e5 fix workspace name in pipelineSpec.workspaces
Signed-off-by: Satyam Bhardwaj <sabhardw@redhat.com>
2022-08-29 08:02:24 +02:00
David Bendory
94e8b4f376 Fix md link resolution in PR template. 2022-08-29 07:48:31 +02:00
David Bendory
0544028752 Add example passing args to gsutil. 2022-08-29 07:48:25 +02:00