Skip to content

Commit

Permalink
update secops orb (#7763)
Browse files Browse the repository at this point in the history
## Motivation / Implements
This PR updates the version of the SecOps orb used in this repo. Version
2.0.0 of the orb included an issue on the gitleaks job that prevented
the job from running on PRs created from forks. The issue was caused by
a default configuration in CircleCI which prevents providing secrets
provided through CircleCI contexts to PRs created from forks. This
default configuration is probably the correct one, so we needed up
update the SecOps orb to properly operate on PRs from forks.

## Changed
- Update circleci-secops-orb to version 2.0.1
  • Loading branch information
peakematt authored Oct 18, 2023
1 parent 6660248 commit 040808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
node: circleci/[email protected]
secops: apollo/[email protected].0
secops: apollo/[email protected].1

commands:
install-volta:
Expand Down

0 comments on commit 040808b

Please sign in to comment.