Skip to main content

Update IAC Settings For Group

Update the Infrastructure as Code Settings for a group.

Parameters

ParameterDescription
Custom Rules Is EnabledWhether the custom rules feature is enabled or not.
Custom Rules OCI Registry TagThe tag for an OCI artifact inside an OCI registry.
Custom Rules OCI Registry URLThe URL to an OCI registry.
Data TypeContent type.
Group IDThe id of the group whose Infrastructure as Code settings are getting updated.

Example Output

{
"data": {
"attributes": {
"custom_rules": {
"is_enabled": true,
"oci_registry_tag": "latest",
"oci_registry_url": "https://registry-1.docker.io/account/bundle"
},
"updated": "2021-11-12T10:31:06.026Z"
},
"id": "ea536a06-0566-40ca-b96b-155568aa2027",
"type": "iac_settings"
},
"jsonapi": {
"version": "1.0"
},
"links": {
"first": "https://example.com/api/resource",
"last": "https://example.com/api/resource",
"next": "https://example.com/api/resource",
"prev": "https://example.com/api/resource",
"related": "https://example.com/api/resource",
"self": "https://example.com/api/resource"
}
}

Workflow Library Example

Update Iac Settings for Group with Snyk and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop