diff --git a/azure_devops/2-audit.md b/azure_devops/2-audit.md index 4ad5f81..aa2fc5e 100644 --- a/azure_devops/2-audit.md +++ b/azure_devops/2-audit.md @@ -193,15 +193,11 @@ Each pipeline will have a variety of files written that include: lab-test/pipelines/valet-custom-transformer-example,mechamachine,/data/tmp/adoa/lab-test/pipelines/valet-custom-transformer-example.yml ``` -### Review workflow usage csv file - -#### Actions section - -The actions section contains a list of all actions that are used by each converted pipeline. This will enable you to perform strict security reviews to know exactly which repo will need access to a third-party action. - -#### Secrets and Runners sections - -The secrets and runners sections contain a list of all secrets and runners that are used by each converted pipeline. This will enable you to have a holistic view of what secrets and runners are used across all of your pipelines. +The contents of this file can be useful in answering questions similar to the following: +- What workflows will depend on which actions? +- What workflows use an action that must go through a security review? +- What workflows use specific secrets? +- What workflows use specific runners? ### Next lab diff --git a/circle_ci/2-audit.md b/circle_ci/2-audit.md index f19fa9f..9bb9b64 100644 --- a/circle_ci/2-audit.md +++ b/circle_ci/2-audit.md @@ -217,6 +217,7 @@ Each pipeline will have a variety of files written that include: Pipeline,Runner,File path ``` + The contents of this file can be useful in answering questions similar to the following: - What workflows will depend on which actions? diff --git a/gitlab/2-audit.md b/gitlab/2-audit.md index 09db3b8..a5e6b14 100644 --- a/gitlab/2-audit.md +++ b/gitlab/2-audit.md @@ -216,15 +216,11 @@ Each pipeline will have a variety of files written that include: Pipeline,Runner,File path ``` -### Review workflow usage csv file - -#### Actions section - -The actions section contains a list of all actions that are used by each converted pipeline. This will enable you to perform strict security reviews to know exactly which repo will need access to a third-party action. - -#### Secrets and Runners sections - -The secrets and runners sections contain a list of all secrets and runners that are used by each converted pipeline. This will enable you to have a holistic view of what secrets and runners are used across all of your pipelines. +The contents of this file can be useful in answering questions similar to the following: +- What workflows will depend on which actions? +- What workflows use an action that must go through a security review? +- What workflows use specific secrets? +- What workflows use specific runners? ### Next lab diff --git a/jenkins/2-audit.md b/jenkins/2-audit.md index 050833a..56e3e7a 100644 --- a/jenkins/2-audit.md +++ b/jenkins/2-audit.md @@ -264,15 +264,11 @@ Each pipeline will have a variety of files written that include: test_pipeline,TeamARunner,/data/tmp/audit/test_pipeline.yml ``` -### Review workflow usage csv file - -#### Actions section - -The actions section contains a list of all actions that are used by each converted pipeline. This will enable you to perform strict security reviews to know exactly which repo will need access to a third-party action. - -#### Secrets and Runners sections - -The secrets and runners sections contain a list of all secrets and runners that are used by each converted pipeline. This will enable you to have a holistic view of what secrets and runners are used across all of your successfully converted pipelines. +The contents of this file can be useful in answering questions similar to the following: +- What workflows will depend on which actions? +- What workflows use an action that must go through a security review? +- What workflows use specific secrets? +- What workflows use specific runners? ## Next lab diff --git a/travis/2-audit.md b/travis/2-audit.md index 1c288b0..4251bae 100644 --- a/travis/2-audit.md +++ b/travis/2-audit.md @@ -339,15 +339,11 @@ Each pipeline will have a variety of files written that include: Pipeline,Runner,File path ``` -### Review workflow usage csv file - -#### Actions section - -The actions section contains a list of all actions that are used by each converted pipeline. This will enable you to perform strict security reviews to know exactly which repo will need access to a third-party action. - -#### Secrets and Runners sections - -The secrets and runners sections contain a list of all secrets and runners that are used by each converted pipeline. This will enable you to have a holistic view of what secrets and runners are used across all of your successfully converted pipelines. +The contents of this file can be useful in answering questions similar to the following: +- What workflows will depend on which actions? +- What workflows use an action that must go through a security review? +- What workflows use specific secrets? +- What workflows use specific runners? ### Next lab