Remove tag orbs
article thumbnail

Scanning Iac In Your Pipeline

CircleCI

layout: post date: ‘2021-05-25 18:00’ published: false title: Adding IaC security scans to your CI pipeline with Ideni author: yoni-leitersdorf image: /blog/media/Tutorial-Beginner-C.jpg html_title: dding IaC security scans to your CI pipeline with Ideni | CircleCI description: Learn how to automate your IaC security using CirclCI and Ideni.

AWS 52
article thumbnail

Automate testing for Golang Gin-gonic RESTful APIs

CircleCI

To easily map each field to a specific name, specify the tags on each using backticks. orbs: go: circleci/go@1.7.1 jobs: build: executor: name: go/default tag: "1.16" steps: - checkout - go/load-cache - go/mod-download - go/save-cache - run: name: Run tests command: go test -v. This script pulls in the Go orb for CircleCI.

Testing 52
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Detect hardcoded secrets with GitGuardian

CircleCI

You need a GitGuardian API token to use the GitGuardian orb. You now need to add a workflow in your CircleCI config.yml to use the ggshield orb. You may have to accept using third-party orbs in Organization settings > Security > Orb Security Settings if this is the first time you have used them. Want to learn more?

article thumbnail

CircleCI config teardown: How we write our CircleCI config at CircleCI

CircleCI

which we launched in November 2018 to introduce a rich new set of config features, significantly orbs , commands, and executors. orbs: go: gotest/tools@0.0.10 Next, we pull in references to three orbs. Orbs are shareable packages of configuration elements, including jobs, commands, and executors. of the orb.

Windows 40
article thumbnail

Benchmarking Android applications in CI/CD pipelines

CircleCI

The project is based on an earlier testing sample I created for a blog post on testing Android apps in a CI/CD pipeline. Add the profileable tag to your app’s AndroidManifest. I created a new benchmark-ftl job to run my tests: orbs: android: circleci/android@1.0.3 You can read about it in this blog post.

article thumbnail

GitOps Use Cases You May Not Have Considered

CircleCI

Versioning : Git tags can be used to mark a specific commit as important. If, for example, you are using GitOps to help write a book, you could create a tag every time you sent a copy to the publisher for review. orbs: aws-s3: circleci/aws-s3@2.0.0 Static websites. It might not seem like static sites need GitOps. version: 2.1