Standards sec fix#2
Merged
Merged
Conversation
…PDX headers - Replace BSD 3-Clause with Apache License 2.0 in LICENSE - Add NOTICE with CloudZero attribution - Add CONTRIBUTING.md (inbound licensing, dev setup) - Add SECURITY.md (private vulnerability reporting) - Update README: Apache 2.0 license section + trademark notice - Add SPDX-FileCopyrightText / SPDX-License-Identifier headers to all 21 Go source files - Add .env to .gitignore
…st_key - Add permissions: contents: read to test workflow (least privilege) - Pin tfplugindocs to v0.24.0 (was @latest, supply chain risk) - Mark test_key as Sensitive: true in provider schema
Mutable semver tags can be force-pushed by a compromised upstream maintainer. Pin all actions to full commit SHAs to prevent silent tag-substitution supply chain attacks. Version tags preserved in comments for readability. - actions/checkout@v4 => 34e1148 - actions/setup-go@v5 => 40f1582 - golangci-lint-action@v7 => 9fae48a - ghaction-import-gpg@v6 => e89d409 (release.yml — has GPG secrets) - goreleaser-action@v6 => e435ccd (release.yml — has write permissions)
klamb
approved these changes
Apr 14, 2026
Collaborator
klamb
left a comment
There was a problem hiding this comment.
Looks good. License upgrade to Apache 2.0 aligns with Terraform provider ecosystem conventions. Security hardening (pinned actions, least-privilege permissions, sensitive fields, SPDX headers) all appropriate for a public-facing provider.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.