diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 76d952a..3bb6942 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -14,4 +14,10 @@ jobs: PROFILE: my_nginx steps: - name: Update ubuntu - run: sudo apt-get update -y \ No newline at end of file + run: sudo apt-get update -y + + - name: PREP - Install InSpec executable + run: curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec -v 5 + + - name: PREP - Install profile + uses: actions/checkout@v3 \ No newline at end of file