1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-24 06:15:46 +00:00
Commit Graph

1091 Commits

Author SHA1 Message Date
varsha-aaynure
817610f914 Updated multi arch docker image value for trivy, syft, grype task and fixed lint failures 2023-07-21 03:27:54 +01:00
João Paulo Maida
e381c2c03c Task maven 0.3 - m2 local repo in task 2023-07-10 15:16:21 +01:00
Piyush Garg
df36b3853a Bump jib-maven to 0.5
This will bump jib-maven to 0.5
to handle the case where permission to
add certs to javacacerts is no there
we just create a new store with default certs and
add provided certs to that and use that cert
in mvn command
later delete the store on exit
2023-06-12 20:06:24 +01:00
Anton Krasovsky
8732711710 Update 42crunch-api-security-audit task to 0.2 and deprecate 0.1 one 2023-06-01 02:37:16 +01:00
Chitrang Patel
f16be24141 Fix Result usage in Tasks
Some tasks were referencing absolute paths for `results`. It is recommended
to use variable replacement syntax in the API spec. This PR migrates the
absolute paths for results to variable syntax notation.
2023-05-22 09:07:10 +01:00
Billy Lynch
835896be3d Add dependabot configuration.
See
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates
2023-03-27 05:30:53 +01:00
Batuhan Apaydın
33a4eff58c add air-gapped mode to trivy
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-09 11:44:44 +00:00
Andrew Bayer
203764ae45 Update e2e-tests to use Pipeline v0.45.0
Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
2023-03-06 20:34:51 +00:00
Chris Willis
e494443624 fixed file path 2023-03-06 20:34:43 +00:00
Erik de Vries
0fee656079 Added optional workspace gradle-config, gradle.properties in this workspace will be used in the build process. 2023-02-22 16:36:57 +00:00
Joey Tsai
bb2a05dea5 add ko task 2023-02-17 22:44:31 +00:00
Gijs van Dulmen
d67dc5379c Add PyTest 2 with optional pip.conf workspace
Change to python image

Add PyTest 2 with optional pip.conf workspace

Add PyTest 2 with optional pip.conf workspace

Update typo

Fix trailing spaces

Add python config workspace

Convert to regular params

Update README

Fix quotes

Add PyTest 2 with optional pip.conf workspace

Change to python image

Add PyTest 2 with optional pip.conf workspace

Add PyTest 2 with optional pip.conf workspace

Update typo

Fix trailing spaces

Add python config workspace

Convert to regular params

Update README

Go back to previous version again

Fixate image to stable semver version
2023-02-08 10:42:10 +00:00
Gijs van Dulmen
98c0b60781 Add pip.conf workspace for pylint
Add pip.conf workspace for pylint

Update to latest

Set to correct version

Change to working image

Add image to readme

Fix slash

Add quotes
2023-02-08 08:42:10 +00:00
vinamra28
5f6fc93685 Fix the revision of test repo for upload-pypi
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-02-02 11:40:15 +00:00
vinamra28
f648131a87 Bump pipelines version to v0.44.0
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-02-02 11:40:15 +00:00
vinamra28
39518a1de9 Force pylint image to v0.12.0 to fix ci
Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-02-02 11:40:15 +00:00
vinamra28
bb5c8e97cf Add namespace support in blue-green-deployment
As of now blue-green-deployment task assumes the namespace to be the
current namespace in which pipeline is running but everytime this might
not be the case. Added an extra parameter, `NAMESPACE` which user needs
to supply as the parameter in which the existing deployment and service
are present.

Also added an optional parameter `IMAGE` in order to improve the
flexibility for the user

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-02-02 11:40:08 +00:00
vinamra28
5f899c0d54 Remove newline character from buildah results
While consuming the result `IMAGE_URL` produced by buildah task, a new
line character '\n' was getting appended and the same was causing issues
which using the task.

- Added `-n` flag with echo in order to remove the newline character
- Modified the tests for the same

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-02-02 10:04:08 +00:00
vinamra28
c1ad1f31e8 Add Chmouel in Alumni
Since @chmouel stepped down from maintaining catalog repository, he was
missing from Alumni, hence adding him there 🙂

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2023-02-02 09:16:08 +00:00
Chmouel Boudjnah
81bf7dc561 git-clone don't fail when cleandir has failed
when trying to cleandir, there could be some non owner files in there
(ie: lost+found)
let's not fail when failed to clean.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2023-01-25 10:54:03 +00:00
Billy Lynch
baf796b714 Update Git based images to patch CVE-2022-41903, CVE-2022-23521.
See
https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/
for more details.

Because this effectively bumps the Git version used from v2.26.2 to
v2.39.0, this change also fixes 59 HIGH and 12 CRITICAL vulnerabilities
reported since this image was last updated.

This changes the default base image for git-cli and git-rebase to match the same base image for
[Pipeline
git-init](9d3942176f/.ko.yaml (L5)).

This does not update:

- git-clone | this is dependent on git-init (which is yet to be updated)
- git-version | this is based on dotnet sdk(?) so I have no idea how to
  safely update this.
2023-01-18 15:48:00 +00:00
Jeeva Kandasamy
56e0f1ac15 keep gogit readme along with gogit task file
Signed-off-by: Jeeva Kandasamy <jkandasa@redhat.com>
2023-01-18 13:46:01 +00:00
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