Skip to content

Commit

Permalink
adding PREP
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <[email protected]>
  • Loading branch information
wdower committed Nov 16, 2023
1 parent 57d31c5 commit dd36dff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ jobs:
PROFILE: my_nginx
steps:
- name: Update ubuntu
run: sudo apt-get update -y
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

0 comments on commit dd36dff

Please sign in to comment.