Thanks to visit codestin.com
Credit goes to github.com

Skip to content

theskimm/sops-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Mozilla/sops Circle CI Orb

Mozilla/Sops | Orb Based on vranystepan/sops.

Orb Registry: https://circleci.com/orbs/registry/orb/theskimm/sops

Publish

Initial Release

circleci orb publish sops.yaml theskimm/sops@#.#.#

Incremental Updates

circleci orb publish increment <path> <namespace>/<orb> <segment> [flags]

Orb Quick Start Guide

  1. Use CircleCI version 2.1 at the top of your .circleci/config.yml file.
version: 2.1

If you do not already have Pipelines enabled, you'll need to go to Project Settings -> Advanced Settings and turn it on.

  1. Add the orbs stanza below your version, invoking the orb:
orbs:
  sops: theskimm/[email protected]
  1. Use sops elements in your existing workflows and jobs.
      - sops:
          input_file_path: .env.test.circle
          output_file_path: .env.test
  1. Opt-in to use of third-party orbs on your organization’s Security settings page.

Read more in the docs here.

Jobs

Commands

aws_decrypt

PARAMETER DESCRIPTION REQUIRED DEFAULT TYPE
aws_access_key_id - - AWS_ACCESS_KEY_ID env_var_name
aws_secret_access_key - - AWS_SECRET_ACCESS_KEY env_var_name
input_file_path - - string
output_file_path - - string
output_type --output-type $type - string
sops_release_url - - https://github.com/mozilla/sops/releases/download/3.3.1/sops-3.3.1.linux string

About

Mozilla/Sops Orb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published