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>
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.
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>
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>
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>
* 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
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>
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>
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>