Skip to content

Commit

Permalink
Merge pull request #197 from cloud-gov/ci-verify-commit-gpg-key
Browse files Browse the repository at this point in the history
ci: Verify git commits with gpg keys
  • Loading branch information
apburnes authored Apr 18, 2023
2 parents 0eb0847 + b5c95c2 commit 794a2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/federalist-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ resources:
source:
uri: ((git-base-url))/((proxy-repository-path))
branch: main
commit_verification_keys: ((cloud-gov-pages-gpg-keys))

- name: pr-main
type: pull-request
Expand Down
1 change: 1 addition & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ resources:
source:
uri: ((git-base-url))/((proxy-repository-path))
branch: ((git-branch))
commit_verification_keys: ((cloud-gov-pages-gpg-keys))

- name: pr-((git-branch))
type: pull-request
Expand Down

0 comments on commit 794a2f9

Please sign in to comment.