Skip to content

adds a workflow for detecting changes to the RDS CA bundle#330

Draft
coreypurcell wants to merge 5 commits into
heroku:mainfrom
coreypurcell:workflow
Draft

adds a workflow for detecting changes to the RDS CA bundle#330
coreypurcell wants to merge 5 commits into
heroku:mainfrom
coreypurcell:workflow

Conversation

@coreypurcell
Copy link
Copy Markdown
Contributor

@coreypurcell coreypurcell commented Oct 29, 2024

Testing:

  1. Ran the workflow at a more frequent period
  2. it ran when no changes were detected and no PR was created
  3. changed the URL to be a different pem file from AWS (the us-east-1)
  4. workflow ran and created a PR

id: compare
run: |
wget -q https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem -O /tmp/global-bundle.pem
if cmp —silent — /tmp/global-bundle.pem heroku-24/rds-global-bundle.pem; then
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I chose simplicity over being exhaustive, I figure we don't add many new base images, so keeping this workflow updated isn't too hard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant