Categorygithub.com/compliance-framework/template-cf-plugin
modulepackage
0.0.0-20240815161550-72dd8af378a7
Repository: https://github.com/compliance-framework/template-cf-plugin.git
Documentation: pkg.go.dev

# README

Cloud Compliance Framework - Template Plugin

template-cf-plugin

Development

First, change main.go to suit your needs.

Look for lines that have 'GITHUB TEMPLATE INSTRUCTIONS' in them, and follow them.

Then run

go mod init [YOUR PROVIDER NAME]-cf-plugin     # eg yourcloudprovider-cf-plugin

If you push to GitHub with an appropriate GITHUB_TOKEN in your secrets, then the image should be built and made publicly-available to Compliance Framework.

# Structs

GITHUB TEMPLATE INSTRUCTIONS: Replace 'Template' throughout this file with your chosen plugin name.
No description provided by the author