Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add build policy validation #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kartikp10
Copy link
Member

Description

Adds support for validation of code security build policies.

Motivation and Context

This update was to ensure that code security build policies can be validated before creation in the terraform provider.

How Has This Been Tested?

This was tested by creating code security build policies using the terraform provider. The following tests were conducted to ensure existing functionality is not affected:

  • creation of a run-only policy
  • creation of a valid build-only policy
  • creation of an invalid build-only policy
  • creation of a run + build policy

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant