Skip to content

Commit

Permalink
update secops orb (#45)
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 639cf41 commit a39ccd9
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
@@ -1,7 +1,7 @@
version: 2.1

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

workflows:
security-scans:
Expand Down

0 comments on commit a39ccd9

Please sign in to comment.