-
Notifications
You must be signed in to change notification settings - Fork 14
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attestatio ---> attestation
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
signle --> single
… controls