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

Attestation single project, recommendation & bug logging custom controls #13

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

Conversation

arvindsingh-cloud
Copy link
Contributor

… controls

@@ -105,6 +107,10 @@ In order to setup attestation repository inside a project, follow the below step
1. Navigate to *Repos* section of the project.
2. Create a new Git repository with the name 'ADOScannerAttestation'. Skip this step if this repository already exists.

### Setup signle project to store attestation
Single project to store attestation details can be configured in the organization policy.
In order to use single project to store attestatio set EnableMultiProjectAttestation true and ProjectToStoreAttestation "ProjectName" variables in the organization policy controlsettings.json file.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attestatio ---> attestation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signle => single

@@ -169,6 +169,10 @@ Any bug that has been resolved before can be reactivated if the control failure
```
After setting any one of the above policies, commit the file and add an entry for *ControlSettings.json* in *ServerConfigMetadata.json* (in the repo).

## Customizing bug logging for certain controls

Bug only for specific list of controls can be controled by the organization policy using "CustomControlList". Add controls in the CustomControlList list and use "-AutoBugLog Custom" option in command parameter. It will run bug logging only for the controls which are added in the CustomControlList.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

controled --> controlled

Bug logging can be restricted to specific controls using "CustomControlList" option in org policy . Add list of controls in the CustomControlList parameter and use "-AutoBugLog Custom" option in command parameter. It will run bug logging only for the controls which are added in the CustomControlList.

@@ -105,6 +107,10 @@ In order to setup attestation repository inside a project, follow the below step
1. Navigate to *Repos* section of the project.
2. Create a new Git repository with the name 'ADOScannerAttestation'. Skip this step if this repository already exists.

### Setup signle project to store attestation

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signle --> single

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.

None yet

3 participants