Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output for GitHub Action or Azure Pipelines #72

Open
flcdrg opened this issue Apr 13, 2024 · 3 comments
Open

Output for GitHub Action or Azure Pipelines #72

flcdrg opened this issue Apr 13, 2024 · 3 comments

Comments

@flcdrg
Copy link

flcdrg commented Apr 13, 2024

This looks like a really useful tool. I'd like to use it in CI pipelines, and so it would be nice if the output could be adjusted.

I did a test running the tool from a GitHub Action and it is ok - https://github.com/flcdrg/terraform-azure-vm/actions/runs/8671841876/job/23781473805?pr=19, but I'm thinking the warnings could be made proper warnings that would be displayed in the build summary.

Or maybe provide an option so that only the warnings/highlighted text is outputted

@SeanKilleen
Copy link
Owner

Love this idea! A great excuse for me to dust off the cobwebs on it. Thanks for the interest, I wasn't sure how much use this was getting.

Going to take a bit to get it rolling as I'm with family for a few days but it should be doable.

To clarify: you'd be looking for the tool to output a warning code and summary whenever the tool finds a matching resource that has an update in release notes?

@flcdrg
Copy link
Author

flcdrg commented Apr 18, 2024

I think so. I have some projects on GitHub that use GitHub Actions, but I also have a fair few in Azure DevOps using Pipelines.

The latter in particular I use Renovate to create pull requests for dependency changes (including Terraform providers). I can see value in a tool like this being able to summarise what provider changes are significant and whether I just merge the PR, or if I need to do further analysis of breaking changes or behaviour.

@SeanKilleen
Copy link
Owner

SeanKilleen commented Apr 18, 2024

@flcdrg wow -- I have the exact same use case and didn't even realize it 😅 thanks for connecting the dots for me! I wrote this in a previous gig for a more one-off purpose but that's a great fit for it.

I should be able to prioritize it a little sooner now that it also has a good application in my job.

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

No branches or pull requests

2 participants