Update 2-audit.md

This commit is contained in:
j-dunham
2022-09-29 08:48:12 -04:00
committed by GitHub
parent 11b77e9da3
commit 11cfd65d40
+6 -6
View File
@@ -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,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
valet-bootstrap/pipelines/valet-pipeline2,actions/checkout@v2,tmp/audit/pipelines/valet-bootstrap/pipelines/valet-pipeline2/.github/workflows/valet-pipeline2.yml
valet-bootstrap/pipelines/valet-pipeline1,actions/checkout@v2,tmp/audit/pipelines/valet-bootstrap/pipelines/valet-pipeline1/.github/workflows/valet-pipeline1.yml
valet-bootstrap/pipelines/valet-custom-transformer-example,actions/checkout@v2,tmp/audit/pipelines/valet-bootstrap/pipelines/valet-custom-transformer-example/.github/workflows/valet-custom-transformer-example.yml
valet-bootstrap/pipelines/valet-custom-transformer-example,actions/setup-node@v2,tmp/audit/pipelines/valet-bootstrap/pipelines/valet-custom-transformer-example/.github/workflows/valet-custom-transformer-example.yml
Pipeline,Secret,File path
Pipeline,Runner,File path
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
valet-bootstrap/pipelines/valet-pipeline2,mechamachine,tmp/audit/pipelines/valet-bootstrap/pipelines/valet-pipeline2/.github/workflows/valet-pipeline2.yml
valet-bootstrap/pipelines/valet-custom-transformer-example,mechamachine,tmp/audit/pipelines/valet-bootstrap/pipelines/valet-custom-transformer-example/.github/workflows/valet-custom-transformer-example.yml
```
The contents of this file can be useful in answering questions similar to the following: