Skip to content

Commit

Permalink
docs: Updates CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Parman <[email protected]>
  • Loading branch information
skyzyx authored Mar 14, 2024
1 parent c479d98 commit 752ba3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,14 @@ To enable debugging for this Terraform provider:
| `generator/` | Scaffolding that generates stubs for new functions in the Terraform provider. |
| `tools/` | Includes the libraries that are part of the build process, but not part of the application. |
## Automated SHA tagging of actions and Dependabot configuration
[stepsecurity.io → northwood-labs/terraform-provider-corefunc](https://app.stepsecurity.io/securerepo?repo=https://github.com/northwood-labs/terraform-provider-corefunc)
1. DO NOT select "Add CodeQL Workflow (SAST Tool)". (We already have this configured with GitHub's built-in integration.)
1. DO NOT select "Update the pre-commit configuration" with `gitleaks`. We use TruffleHog instead.
1. Other recommended changes are fine to accept. Open a PR from this tool.
## Tagging and releasing
* [ ] `make godeps tidy` — Update all Go dependencies to their latest releases.
Expand Down

0 comments on commit 752ba3a

Please sign in to comment.