Skip to content

Commit

Permalink
update secops orb (apollographql/federation-next#59)
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.
  • Loading branch information
peakematt authored Oct 19, 2023
1 parent 57ec420 commit 6cd84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-federation/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
orbs:
rust: circleci/rust@1.6.0
gh: circleci/github-cli@2.2.0
secops: apollo/circleci-secops-orb@2.0.0
secops: apollo/circleci-secops-orb@2.0.1

# We run jobs on the following platforms: linux, macos and windows.
# These are their specifications:
Expand Down

0 comments on commit 6cd84aa

Please sign in to comment.