From da4f34bbc131922c9090b384024593edc8132d30 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Thu, 29 Sep 2022 05:48:06 -0400 Subject: [PATCH] Update 2-audit.md --- azure_devops/2-audit.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure_devops/2-audit.md b/azure_devops/2-audit.md index 2149b1e..9ea4255 100644 --- a/azure_devops/2-audit.md +++ b/azure_devops/2-audit.md @@ -182,17 +182,17 @@ Each pipeline will have a variety of files written that include: ```csv Pipeline,Action,File path - valet-bootstrap/pipelines/valet-pipeline2,actions/checkout@v2,/data/tmp/adoa/valet-bootstrap/pipelines/valet-pipeline2.yml - valet-bootstrap/pipelines/valet-pipeline1,actions/checkout@v2,/data/tmp/adoa/valet-bootstrap/pipelines/valet-pipeline1.yml - valet-bootstrap/pipelines/valet-custom-transformer-example,actions/checkout@v2,/data/tmp/valet-bootstrap/pipelines/valet-custom-transformer-example.yml - valet-bootstrap/pipelines/valet-custom-transformer-example,actions/setup-node@v2,/data/tmp/adoa/valet-bootstrap/pipelines/valet-custom-transformer-example.yml + valet-bootstrap/pipelines/valet-pipeline2,actions/checkout@v2,tmp/adoa/valet-bootstrap/pipelines/valet-pipeline2.yml + valet-bootstrap/pipelines/valet-pipeline1,actions/checkout@v2,tmp/adoa/valet-bootstrap/pipelines/valet-pipeline1.yml + valet-bootstrap/pipelines/valet-custom-transformer-example,actions/checkout@v2,tmp/valet-bootstrap/pipelines/valet-custom-transformer-example.yml + valet-bootstrap/pipelines/valet-custom-transformer-example,actions/setup-node@v2,tmp/adoa/valet-bootstrap/pipelines/valet-custom-transformer-example.yml Pipeline,Secret,File path Pipeline,Runner,File path - valet-bootstrap/pipelines/valet-pipeline2,mechamachine,/data/tmp/adoa/valet-bootstrap/pipelines/valet-pipeline2.yml - valet-bootstrap/pipelines/valet-custom-transformer-example,mechamachine,/data/tmp/adoa/valet-bootstrap/pipelines/valet-custom-transformer-example.yml + valet-bootstrap/pipelines/valet-pipeline2,mechamachine,tmp/adoa/valet-bootstrap/pipelines/valet-pipeline2.yml + valet-bootstrap/pipelines/valet-custom-transformer-example,mechamachine,tmp/adoa/valet-bootstrap/pipelines/valet-custom-transformer-example.yml ``` The contents of this file can be useful in answering questions similar to the following: