You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,3 +175,18 @@ You can deploy the GitHub Actions self-hosted direct into your Oracle Cloud Infr
175
175
|Plan |`terraform plan` is used to create an execution plan. This command is a convenient way to check the execution plan prior to make any changes to the infrastructure resources.|
176
176
|Apply |`terraform apply` is used to apply the changes required to reach the desired state of the configuration described by the template.|
177
177
|Destroy |`terraform destroy` is used to destroy the Terraform-managed infrastructure.|
178
+
179
+
## Contributing
180
+
181
+
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
182
+
183
+
## Security
184
+
185
+
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
186
+
187
+
## License
188
+
189
+
Copyright (c) 2023 Oracle and/or its affiliates.
190
+
191
+
Released under the Universal Permissive License v1.0 as shown at
0 commit comments