Remove tag ci-cd-pipeline
article thumbnail

How to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

But that is the easy part: you still have to create zip files, unit tests, documentation, demo’s, CI/CD deployment pipelines and more. && git commit -m 'initial import' && git tag 0.0.0) || exit 0 Initialized empty Git repository in. This copier template has it all!

AWS 130
article thumbnail

How to create and deploy an AWS CloudFormation custom provider in less the 5 minutes

Xebia

But that is the easy part: you still have to create zip files, unit tests, documentation, demo’s, CI/CD deployment pipelines and more. && git commit -m 'initial import' && git tag 0.0.0) || exit 0 Initialized empty Git repository in /tmp/cfn-app-runner-custom-domain-provider/.git/

AWS 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

The GitHub Actions Worm: Compromising GitHub Repositories Through the Actions Dependency Tree

Prisma Clud

As the premier platform for hosting open-source projects, GitHub’s popularity has boosted the popularity of its CI/CD platform — GitHub Actions. The payload tries to steal secrets or create a reverse shell, whether running in pipelines or production environments. Reference a tag. Reference a commit hash.

Malware 144
article thumbnail

Setting up my own landing zone on AWS

Xebia

I use these Service Catalog products to create the CI/CD pipelines to host for example, my own website Conijn.io. parameters-development.json – The CloudFormation parameters, tags and policies for the development environment. buildspec.yml – installs the aws-sam-cli and builds and packages the template.

AWS 173
article thumbnail

Unpinnable Actions: How Malicious Code Can Sneak into Your GitHub Actions Workflows

Prisma Clud

.” — GitHub Pinning the action to a particular SHA also serves the important recommendation of CICD-SEC-9: Improper Artifact Integrity Validation from the OWASP Top 10 CI/CD Security Risks to ensure integrity across the pipeline. Figure 3: Pyupio/safety’s action.yaml file pulls a mutable image with the ‘latest’ tag.

article thumbnail

Deploy a custom Docker image on Azure ML using a blue-green deployment with Python

Xebia

This can be especially painful when deploying to Azure ML from within CI/CD pipelines: The logic often has to be implemented in bash scripts or in the YAML syntax of the pipeline itself. Build our image with the right tag 4. Login to Azure Container Registry (ACR) 2. We’ll use argparse for this.

Azure 130
article thumbnail

How to update your repository from a gitlab pipeline

Xebia

Did you ever ran into the scenario where you wanted to update files in a repository from your pipeline? So, updating these images during the CI process will help you with that. The approaches that I often is that you tag the container as latest and trigger a redeployment. Creating a commit from CI on GitLab. ssh mkdir ~/.ssh

How To 130