Can't update policy settings in the Azsk task in Azure devops










2















In my azure devops (vsts) pipeline i added the task "Azsk". I don't want the default Pass/Failed controls that the Azsk team provided so I am trying to add custom controls into my task. So far this didn't worked.



I tried following tutorial to create a custom control settings but at the step I am kind of stuck. Here I need to add a variable with the blob url for the custom settings, but the way the tutorial says is not working , so I got this working with adding an blob url from the azure portal to access the Azsk.json file.



In my azure devops pipeline I got the folowwing error when I try to deploy this:



2018-11-13T13:25:41.5141122Z The property 'OnlinePolicyList' cannot be found on this object. Verify that the property exists.
2018-11-13T13:25:41.5141273Z At
2018-11-13T13:25:41.5141355Z C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1:344
2018-11-13T13:25:41.5141417Z char:7
2018-11-13T13:25:41.5141492Z + ... if([ConfigurationHelper]::ServerConfigMetadata.OnlinePolicyL ...
2018-11-13T13:25:41.5141593Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018-11-13T13:25:41.5141654Z + CategoryInfo : NotSpecified: (:) , PropertyNotFoundException
2018-11-13T13:25:41.5141728Z + FullyQualifiedErrorId : PropertyNotFoundStrict
2018-11-13T13:25:41.5141775Z
2018-11-13T13:25:41.5141816Z
2018-11-13T13:25:41.5141903Z StackTrace: at IsPolicyPresentOnServer, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 344
2018-11-13T13:25:41.5142010Z at LoadServerConfigFile, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 86
2018-11-13T13:25:41.5142097Z at LoadAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 113
2018-11-13T13:25:41.5142197Z at GetInstance, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 45
2018-11-13T13:25:41.5142296Z at GetAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 14
2018-11-13T13:25:41.5142403Z at GetAzSKConfigData, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 9
2018-11-13T13:25:41.5142667Z at ValidateOrgPolicyOnSubscription, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 340
2018-11-13T13:25:41.5142772Z at CommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 28
2018-11-13T13:25:41.5142858Z at SVTCommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsSVTCommandBase.ps1: line 20
2018-11-13T13:25:41.5142961Z at ServicesSecurityStatus, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkCoreSVTServicesSecurityStatus.ps1: line 5
2018-11-13T13:25:41.5145085Z at Get-AzSKAzureServicesSecurityStatus<Process>, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0SVTSVT.ps1: line 211
2018-11-13T13:25:41.5145198Z at <ScriptBlock>, <No file>: line 1
2018-11-13T13:25:41.5145289Z at <ScriptBlock>, D:a_tasksAzSKSVTs_c016cc55-9914-4a9c-b9df-f24d6f9a40f63.0.6AzSKSVTRuntime.ps1: line 211
2018-11-13T13:25:41.5145402Z at <ScriptBlock>, <No file>: line 1
2018-11-13T13:25:41.5145465Z at <ScriptBlock>, <No file>: line 22
2018-11-13T13:25:41.5145544Z at <ScriptBlock>, <No file>: line 18
2018-11-13T13:25:41.5145605Z at <ScriptBlock>, <No file>: line 1
2018-11-13T13:25:41.7031832Z ##[error]Could not perform AzSK SVTs scan. Please check if task configurations are correct.
2018-11-13T13:25:41.7818512Z ##[error]Unable to perform security scan. Please check task configurations/variables
2018-11-13T13:25:41.9031160Z ##[section]Finishing: AzSK_SVTs


On first sight this is something with the code inside the module that are not getting the right libraries. But I don't now what this has to do with my custom control settings.



Second part of the question: I can't still see how i can add custom controls inside this way to decide for myself if I want to let pass a control or not.
Something like this. This worked for me when I installed the module on my local pc and changed the controlsettings.json file . But I have no clue how this can be set or how my pipeline task implement this in the Azsk task.



Is there someone who is familiar with the task of Azsk and 1)knows what my error is saying. And 2) Know how you can implement custom scans settings in your CI/CD pipeline ?










share|improve this question


























    2















    In my azure devops (vsts) pipeline i added the task "Azsk". I don't want the default Pass/Failed controls that the Azsk team provided so I am trying to add custom controls into my task. So far this didn't worked.



    I tried following tutorial to create a custom control settings but at the step I am kind of stuck. Here I need to add a variable with the blob url for the custom settings, but the way the tutorial says is not working , so I got this working with adding an blob url from the azure portal to access the Azsk.json file.



    In my azure devops pipeline I got the folowwing error when I try to deploy this:



    2018-11-13T13:25:41.5141122Z The property 'OnlinePolicyList' cannot be found on this object. Verify that the property exists.
    2018-11-13T13:25:41.5141273Z At
    2018-11-13T13:25:41.5141355Z C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1:344
    2018-11-13T13:25:41.5141417Z char:7
    2018-11-13T13:25:41.5141492Z + ... if([ConfigurationHelper]::ServerConfigMetadata.OnlinePolicyL ...
    2018-11-13T13:25:41.5141593Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2018-11-13T13:25:41.5141654Z + CategoryInfo : NotSpecified: (:) , PropertyNotFoundException
    2018-11-13T13:25:41.5141728Z + FullyQualifiedErrorId : PropertyNotFoundStrict
    2018-11-13T13:25:41.5141775Z
    2018-11-13T13:25:41.5141816Z
    2018-11-13T13:25:41.5141903Z StackTrace: at IsPolicyPresentOnServer, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 344
    2018-11-13T13:25:41.5142010Z at LoadServerConfigFile, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 86
    2018-11-13T13:25:41.5142097Z at LoadAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 113
    2018-11-13T13:25:41.5142197Z at GetInstance, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 45
    2018-11-13T13:25:41.5142296Z at GetAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 14
    2018-11-13T13:25:41.5142403Z at GetAzSKConfigData, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 9
    2018-11-13T13:25:41.5142667Z at ValidateOrgPolicyOnSubscription, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 340
    2018-11-13T13:25:41.5142772Z at CommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 28
    2018-11-13T13:25:41.5142858Z at SVTCommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsSVTCommandBase.ps1: line 20
    2018-11-13T13:25:41.5142961Z at ServicesSecurityStatus, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkCoreSVTServicesSecurityStatus.ps1: line 5
    2018-11-13T13:25:41.5145085Z at Get-AzSKAzureServicesSecurityStatus<Process>, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0SVTSVT.ps1: line 211
    2018-11-13T13:25:41.5145198Z at <ScriptBlock>, <No file>: line 1
    2018-11-13T13:25:41.5145289Z at <ScriptBlock>, D:a_tasksAzSKSVTs_c016cc55-9914-4a9c-b9df-f24d6f9a40f63.0.6AzSKSVTRuntime.ps1: line 211
    2018-11-13T13:25:41.5145402Z at <ScriptBlock>, <No file>: line 1
    2018-11-13T13:25:41.5145465Z at <ScriptBlock>, <No file>: line 22
    2018-11-13T13:25:41.5145544Z at <ScriptBlock>, <No file>: line 18
    2018-11-13T13:25:41.5145605Z at <ScriptBlock>, <No file>: line 1
    2018-11-13T13:25:41.7031832Z ##[error]Could not perform AzSK SVTs scan. Please check if task configurations are correct.
    2018-11-13T13:25:41.7818512Z ##[error]Unable to perform security scan. Please check task configurations/variables
    2018-11-13T13:25:41.9031160Z ##[section]Finishing: AzSK_SVTs


    On first sight this is something with the code inside the module that are not getting the right libraries. But I don't now what this has to do with my custom control settings.



    Second part of the question: I can't still see how i can add custom controls inside this way to decide for myself if I want to let pass a control or not.
    Something like this. This worked for me when I installed the module on my local pc and changed the controlsettings.json file . But I have no clue how this can be set or how my pipeline task implement this in the Azsk task.



    Is there someone who is familiar with the task of Azsk and 1)knows what my error is saying. And 2) Know how you can implement custom scans settings in your CI/CD pipeline ?










    share|improve this question
























      2












      2








      2








      In my azure devops (vsts) pipeline i added the task "Azsk". I don't want the default Pass/Failed controls that the Azsk team provided so I am trying to add custom controls into my task. So far this didn't worked.



      I tried following tutorial to create a custom control settings but at the step I am kind of stuck. Here I need to add a variable with the blob url for the custom settings, but the way the tutorial says is not working , so I got this working with adding an blob url from the azure portal to access the Azsk.json file.



      In my azure devops pipeline I got the folowwing error when I try to deploy this:



      2018-11-13T13:25:41.5141122Z The property 'OnlinePolicyList' cannot be found on this object. Verify that the property exists.
      2018-11-13T13:25:41.5141273Z At
      2018-11-13T13:25:41.5141355Z C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1:344
      2018-11-13T13:25:41.5141417Z char:7
      2018-11-13T13:25:41.5141492Z + ... if([ConfigurationHelper]::ServerConfigMetadata.OnlinePolicyL ...
      2018-11-13T13:25:41.5141593Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2018-11-13T13:25:41.5141654Z + CategoryInfo : NotSpecified: (:) , PropertyNotFoundException
      2018-11-13T13:25:41.5141728Z + FullyQualifiedErrorId : PropertyNotFoundStrict
      2018-11-13T13:25:41.5141775Z
      2018-11-13T13:25:41.5141816Z
      2018-11-13T13:25:41.5141903Z StackTrace: at IsPolicyPresentOnServer, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 344
      2018-11-13T13:25:41.5142010Z at LoadServerConfigFile, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 86
      2018-11-13T13:25:41.5142097Z at LoadAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 113
      2018-11-13T13:25:41.5142197Z at GetInstance, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 45
      2018-11-13T13:25:41.5142296Z at GetAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 14
      2018-11-13T13:25:41.5142403Z at GetAzSKConfigData, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 9
      2018-11-13T13:25:41.5142667Z at ValidateOrgPolicyOnSubscription, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 340
      2018-11-13T13:25:41.5142772Z at CommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 28
      2018-11-13T13:25:41.5142858Z at SVTCommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsSVTCommandBase.ps1: line 20
      2018-11-13T13:25:41.5142961Z at ServicesSecurityStatus, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkCoreSVTServicesSecurityStatus.ps1: line 5
      2018-11-13T13:25:41.5145085Z at Get-AzSKAzureServicesSecurityStatus<Process>, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0SVTSVT.ps1: line 211
      2018-11-13T13:25:41.5145198Z at <ScriptBlock>, <No file>: line 1
      2018-11-13T13:25:41.5145289Z at <ScriptBlock>, D:a_tasksAzSKSVTs_c016cc55-9914-4a9c-b9df-f24d6f9a40f63.0.6AzSKSVTRuntime.ps1: line 211
      2018-11-13T13:25:41.5145402Z at <ScriptBlock>, <No file>: line 1
      2018-11-13T13:25:41.5145465Z at <ScriptBlock>, <No file>: line 22
      2018-11-13T13:25:41.5145544Z at <ScriptBlock>, <No file>: line 18
      2018-11-13T13:25:41.5145605Z at <ScriptBlock>, <No file>: line 1
      2018-11-13T13:25:41.7031832Z ##[error]Could not perform AzSK SVTs scan. Please check if task configurations are correct.
      2018-11-13T13:25:41.7818512Z ##[error]Unable to perform security scan. Please check task configurations/variables
      2018-11-13T13:25:41.9031160Z ##[section]Finishing: AzSK_SVTs


      On first sight this is something with the code inside the module that are not getting the right libraries. But I don't now what this has to do with my custom control settings.



      Second part of the question: I can't still see how i can add custom controls inside this way to decide for myself if I want to let pass a control or not.
      Something like this. This worked for me when I installed the module on my local pc and changed the controlsettings.json file . But I have no clue how this can be set or how my pipeline task implement this in the Azsk task.



      Is there someone who is familiar with the task of Azsk and 1)knows what my error is saying. And 2) Know how you can implement custom scans settings in your CI/CD pipeline ?










      share|improve this question














      In my azure devops (vsts) pipeline i added the task "Azsk". I don't want the default Pass/Failed controls that the Azsk team provided so I am trying to add custom controls into my task. So far this didn't worked.



      I tried following tutorial to create a custom control settings but at the step I am kind of stuck. Here I need to add a variable with the blob url for the custom settings, but the way the tutorial says is not working , so I got this working with adding an blob url from the azure portal to access the Azsk.json file.



      In my azure devops pipeline I got the folowwing error when I try to deploy this:



      2018-11-13T13:25:41.5141122Z The property 'OnlinePolicyList' cannot be found on this object. Verify that the property exists.
      2018-11-13T13:25:41.5141273Z At
      2018-11-13T13:25:41.5141355Z C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1:344
      2018-11-13T13:25:41.5141417Z char:7
      2018-11-13T13:25:41.5141492Z + ... if([ConfigurationHelper]::ServerConfigMetadata.OnlinePolicyL ...
      2018-11-13T13:25:41.5141593Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2018-11-13T13:25:41.5141654Z + CategoryInfo : NotSpecified: (:) , PropertyNotFoundException
      2018-11-13T13:25:41.5141728Z + FullyQualifiedErrorId : PropertyNotFoundStrict
      2018-11-13T13:25:41.5141775Z
      2018-11-13T13:25:41.5141816Z
      2018-11-13T13:25:41.5141903Z StackTrace: at IsPolicyPresentOnServer, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 344
      2018-11-13T13:25:41.5142010Z at LoadServerConfigFile, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkHelpersConfigurationHelper.ps1: line 86
      2018-11-13T13:25:41.5142097Z at LoadAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 113
      2018-11-13T13:25:41.5142197Z at GetInstance, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkModelsAzSKSettings.ps1: line 45
      2018-11-13T13:25:41.5142296Z at GetAzSKSettings, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 14
      2018-11-13T13:25:41.5142403Z at GetAzSKConfigData, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkManagersConfigurationManager.ps1: line 9
      2018-11-13T13:25:41.5142667Z at ValidateOrgPolicyOnSubscription, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 340
      2018-11-13T13:25:41.5142772Z at CommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsCommandBase.ps1: line 28
      2018-11-13T13:25:41.5142858Z at SVTCommandBase, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkAbstractsSVTCommandBase.ps1: line 20
      2018-11-13T13:25:41.5142961Z at ServicesSecurityStatus, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0FrameworkCoreSVTServicesSecurityStatus.ps1: line 5
      2018-11-13T13:25:41.5145085Z at Get-AzSKAzureServicesSecurityStatus<Process>, C:UsersVssAdministratorDocumentsWindowsPowerShellModulesAzSK3.7.0SVTSVT.ps1: line 211
      2018-11-13T13:25:41.5145198Z at <ScriptBlock>, <No file>: line 1
      2018-11-13T13:25:41.5145289Z at <ScriptBlock>, D:a_tasksAzSKSVTs_c016cc55-9914-4a9c-b9df-f24d6f9a40f63.0.6AzSKSVTRuntime.ps1: line 211
      2018-11-13T13:25:41.5145402Z at <ScriptBlock>, <No file>: line 1
      2018-11-13T13:25:41.5145465Z at <ScriptBlock>, <No file>: line 22
      2018-11-13T13:25:41.5145544Z at <ScriptBlock>, <No file>: line 18
      2018-11-13T13:25:41.5145605Z at <ScriptBlock>, <No file>: line 1
      2018-11-13T13:25:41.7031832Z ##[error]Could not perform AzSK SVTs scan. Please check if task configurations are correct.
      2018-11-13T13:25:41.7818512Z ##[error]Unable to perform security scan. Please check task configurations/variables
      2018-11-13T13:25:41.9031160Z ##[section]Finishing: AzSK_SVTs


      On first sight this is something with the code inside the module that are not getting the right libraries. But I don't now what this has to do with my custom control settings.



      Second part of the question: I can't still see how i can add custom controls inside this way to decide for myself if I want to let pass a control or not.
      Something like this. This worked for me when I installed the module on my local pc and changed the controlsettings.json file . But I have no clue how this can be set or how my pipeline task implement this in the Azsk task.



      Is there someone who is familiar with the task of Azsk and 1)knows what my error is saying. And 2) Know how you can implement custom scans settings in your CI/CD pipeline ?







      azure azure-devops devops azure-pipelines






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 13 '18 at 13:49









      achahbarachahbar

      12314




      12314






















          2 Answers
          2






          active

          oldest

          votes


















          1














          You are linking to the wrong file. Your blob URL needs to point to ServerConfigMetadata.json, not ControlSettings.json. That said, I still could not get it to work.






          share|improve this answer










          New contributor




          Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.



























            0














            I totally forgot about this question.
            First problem : the settings in my pipeline were wrong because the link to my blob storage was not exactly the same they were some differences , after I looked closely and followed again every step from this part of the tutorial(https://github.com/azsk/DevOpsKit-docs/blob/master/07-Customizing-AzSK-for-your-Org/Readme.md#using-cicd-extension-with-custom-org-policy)



            Second problem: I found how to set some controls to past, you have to add an attestation status to a control. To make the control 'notanissue'. This again after some digging in the documentation: https://github.com/azsk/DevOpsKit-docs/tree/master/00c-Addressing-Control-Failures



            I'am going to leave the question here because as I see there are still some people with this problem and I hope this solution I found will sue for your struggles (problem)



            PS: I know that my answers are referring to links that can not be accessible in the future. But as this is the only documentation for AzSK and the answers to my question is a total tutorial I can not do more than provide the links.






            share|improve this answer






















              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53282506%2fcant-update-policy-settings-in-the-azsk-task-in-azure-devops%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              You are linking to the wrong file. Your blob URL needs to point to ServerConfigMetadata.json, not ControlSettings.json. That said, I still could not get it to work.






              share|improve this answer










              New contributor




              Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.
























                1














                You are linking to the wrong file. Your blob URL needs to point to ServerConfigMetadata.json, not ControlSettings.json. That said, I still could not get it to work.






                share|improve this answer










                New contributor




                Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






















                  1












                  1








                  1







                  You are linking to the wrong file. Your blob URL needs to point to ServerConfigMetadata.json, not ControlSettings.json. That said, I still could not get it to work.






                  share|improve this answer










                  New contributor




                  Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  You are linking to the wrong file. Your blob URL needs to point to ServerConfigMetadata.json, not ControlSettings.json. That said, I still could not get it to work.







                  share|improve this answer










                  New contributor




                  Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer








                  edited Jan 9 at 4:58









                  farhana

                  2,28941932




                  2,28941932






                  New contributor




                  Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered Jan 8 at 23:00









                  SnapfisherSnapfisher

                  113




                  113




                  New contributor




                  Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Snapfisher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.























                      0














                      I totally forgot about this question.
                      First problem : the settings in my pipeline were wrong because the link to my blob storage was not exactly the same they were some differences , after I looked closely and followed again every step from this part of the tutorial(https://github.com/azsk/DevOpsKit-docs/blob/master/07-Customizing-AzSK-for-your-Org/Readme.md#using-cicd-extension-with-custom-org-policy)



                      Second problem: I found how to set some controls to past, you have to add an attestation status to a control. To make the control 'notanissue'. This again after some digging in the documentation: https://github.com/azsk/DevOpsKit-docs/tree/master/00c-Addressing-Control-Failures



                      I'am going to leave the question here because as I see there are still some people with this problem and I hope this solution I found will sue for your struggles (problem)



                      PS: I know that my answers are referring to links that can not be accessible in the future. But as this is the only documentation for AzSK and the answers to my question is a total tutorial I can not do more than provide the links.






                      share|improve this answer



























                        0














                        I totally forgot about this question.
                        First problem : the settings in my pipeline were wrong because the link to my blob storage was not exactly the same they were some differences , after I looked closely and followed again every step from this part of the tutorial(https://github.com/azsk/DevOpsKit-docs/blob/master/07-Customizing-AzSK-for-your-Org/Readme.md#using-cicd-extension-with-custom-org-policy)



                        Second problem: I found how to set some controls to past, you have to add an attestation status to a control. To make the control 'notanissue'. This again after some digging in the documentation: https://github.com/azsk/DevOpsKit-docs/tree/master/00c-Addressing-Control-Failures



                        I'am going to leave the question here because as I see there are still some people with this problem and I hope this solution I found will sue for your struggles (problem)



                        PS: I know that my answers are referring to links that can not be accessible in the future. But as this is the only documentation for AzSK and the answers to my question is a total tutorial I can not do more than provide the links.






                        share|improve this answer

























                          0












                          0








                          0







                          I totally forgot about this question.
                          First problem : the settings in my pipeline were wrong because the link to my blob storage was not exactly the same they were some differences , after I looked closely and followed again every step from this part of the tutorial(https://github.com/azsk/DevOpsKit-docs/blob/master/07-Customizing-AzSK-for-your-Org/Readme.md#using-cicd-extension-with-custom-org-policy)



                          Second problem: I found how to set some controls to past, you have to add an attestation status to a control. To make the control 'notanissue'. This again after some digging in the documentation: https://github.com/azsk/DevOpsKit-docs/tree/master/00c-Addressing-Control-Failures



                          I'am going to leave the question here because as I see there are still some people with this problem and I hope this solution I found will sue for your struggles (problem)



                          PS: I know that my answers are referring to links that can not be accessible in the future. But as this is the only documentation for AzSK and the answers to my question is a total tutorial I can not do more than provide the links.






                          share|improve this answer













                          I totally forgot about this question.
                          First problem : the settings in my pipeline were wrong because the link to my blob storage was not exactly the same they were some differences , after I looked closely and followed again every step from this part of the tutorial(https://github.com/azsk/DevOpsKit-docs/blob/master/07-Customizing-AzSK-for-your-Org/Readme.md#using-cicd-extension-with-custom-org-policy)



                          Second problem: I found how to set some controls to past, you have to add an attestation status to a control. To make the control 'notanissue'. This again after some digging in the documentation: https://github.com/azsk/DevOpsKit-docs/tree/master/00c-Addressing-Control-Failures



                          I'am going to leave the question here because as I see there are still some people with this problem and I hope this solution I found will sue for your struggles (problem)



                          PS: I know that my answers are referring to links that can not be accessible in the future. But as this is the only documentation for AzSK and the answers to my question is a total tutorial I can not do more than provide the links.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 9 at 7:53









                          achahbarachahbar

                          12314




                          12314



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Stack Overflow!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53282506%2fcant-update-policy-settings-in-the-azsk-task-in-azure-devops%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Top Tejano songwriter Luis Silva dead of heart attack at 64

                              ReactJS Fetched API data displays live - need Data displayed static

                              Evgeni Malkin