From b91718179fb7a68b162b5dbeb479b8f2812438f6 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Thu, 29 Sep 2022 05:52:15 -0400 Subject: [PATCH] Update 2-audit.md --- gitlab/2-audit.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/gitlab/2-audit.md b/gitlab/2-audit.md index 07a6c77..df99f4b 100644 --- a/gitlab/2-audit.md +++ b/gitlab/2-audit.md @@ -188,30 +188,30 @@ Each pipeline will have a variety of files written that include: ```csv Pipeline,Action,File path - valet/included-files-example,actions/checkout@v2,/data/tmp/audit/valet/included-files-example/.github/workflows/included-files-example.yml - valet/terraform-example,actions/checkout@v2,/data/tmp/audit/valet/terraform-example/.github/workflows/terraform-example.yml - valet/child-parent-example,actions/checkout@v2,/data/tmp/audit/valet/child-parent-example/.github/workflows/child-parent-example.yml - valet/child-parent-example,./.github/workflows/a-.gitlab-ci.yml,/data/tmp/audit/valet/child-parent-example/.github/workflows/child-parent-example.yml - valet/child-parent-example,./.github/workflows/b-.gitlab-ci.yml,/data/tmp/audit/valet/child-parent-example/.github/workflows/child-parent-example.yml - valet/include-file-example,actions/checkout@v2,/data/tmp/audit/valet/include-file-example/.github/workflows/include-file-example.yml - valet/basic-pipeline-example,actions/checkout@v2,/data/tmp/audit/valet/basic-pipeline-example/.github/workflows/basic-pipeline-example.yml - valet/gatsby-example,actions/checkout@v2,/data/tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml - valet/gatsby-example,actions/cache@v2,/data/tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml - valet/gatsby-example,actions/upload-artifact@v2,/data/tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml - valet/gatsby-example,actions/download-artifact@v2,/data/tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml - valet/gatsby-example,JamesIves/github-pages-deploy-action@4.1.5,/data/tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml - valet/android-example,actions/checkout@v2,/data/tmp/audit/valet/android-example/.github/workflows/android-example.yml - valet/android-example,actions/upload-artifact@v2,/data/tmp/audit/valet/android-example/.github/workflows/android-example.yml - valet/android-example,actions/download-artifact@v2,/data/tmp/audit/valet/android-example/.github/workflows/android-example.yml + valet/included-files-example,actions/checkout@v2,tmp/audit/valet/included-files-example/.github/workflows/included-files-example.yml + valet/terraform-example,actions/checkout@v2,tmp/audit/valet/terraform-example/.github/workflows/terraform-example.yml + valet/child-parent-example,actions/checkout@v2,tmp/audit/valet/child-parent-example/.github/workflows/child-parent-example.yml + valet/child-parent-example,./.github/workflows/a-.gitlab-ci.yml,tmp/audit/valet/child-parent-example/.github/workflows/child-parent-example.yml + valet/child-parent-example,./.github/workflows/b-.gitlab-ci.yml,tmp/audit/valet/child-parent-example/.github/workflows/child-parent-example.yml + valet/include-file-example,actions/checkout@v2,tmp/audit/valet/include-file-example/.github/workflows/include-file-example.yml + valet/basic-pipeline-example,actions/checkout@v2,tmp/audit/valet/basic-pipeline-example/.github/workflows/basic-pipeline-example.yml + valet/gatsby-example,actions/checkout@v2,tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml + valet/gatsby-example,actions/cache@v2,tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml + valet/gatsby-example,actions/upload-artifact@v2,tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml + valet/gatsby-example,actions/download-artifact@v2,tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml + valet/gatsby-example,JamesIves/github-pages-deploy-action@4.1.5,tmp/audit/valet/gatsby-example/.github/workflows/gatsby-example.yml + valet/android-example,actions/checkout@v2,tmp/audit/valet/android-example/.github/workflows/android-example.yml + valet/android-example,actions/upload-artifact@v2,tmp/audit/valet/android-example/.github/workflows/android-example.yml + valet/android-example,actions/download-artifact@v2,tmp/audit/valet/android-example/.github/workflows/android-example.yml valet/dotnet-example,actions/checkout@v2,/data/tmp/audit/valet/dotnet-example/.github/workflows/dotnet-example.yml - valet/dotnet-example,actions/upload-artifact@v2,/data/tmp/audit/valet/dotnet-example/.github/workflows/dotnet-example.yml - valet/dotnet-example,actions/download-artifact@v2,/data/tmp/audit/valet/dotnet-example/.github/workflows/dotnet-example.yml - valet/node-example,actions/checkout@v2,/data/tmp/audit/valet/node-example/.github/workflows/node-example.yml - valet/node-example,actions/cache@v2,/data/tmp/audit/valet/node-example/.github/workflows/node-example.yml - valet/rails-example,actions/checkout@v2,/data/tmp/audit/valet/rails-example/.github/workflows/rails-example.yml + valet/dotnet-example,actions/upload-artifact@v2,tmp/audit/valet/dotnet-example/.github/workflows/dotnet-example.yml + valet/dotnet-example,actions/download-artifact@v2,tmp/audit/valet/dotnet-example/.github/workflows/dotnet-example.yml + valet/node-example,actions/checkout@v2,tmp/audit/valet/node-example/.github/workflows/node-example.yml + valet/node-example,actions/cache@v2,tmp/audit/valet/node-example/.github/workflows/node-example.yml + valet/rails-example,actions/checkout@v2,tmp/audit/valet/rails-example/.github/workflows/rails-example.yml Pipeline,Secret,File path - valet/rails-example,${{ secrets.PASSWORD }},/data/tmp/audit/valet/rails-example/.github/workflows/rails-example.yml + valet/rails-example,${{ secrets.PASSWORD }},tmp/audit/valet/rails-example/.github/workflows/rails-example.yml Pipeline,Runner,File path ```