Skip to content

Commit

Permalink
Updates to loggins, tests and readme
Browse files Browse the repository at this point in the history
Added specific logging which only runs in the 'debug' loglevel
updated readme to be more clear about gem installations
Updated the nameing of the testing suite on GH Actions
Bumped the profile version

Signed-off-by: Aaron Lippold <lippold@gmail.com>
  • Loading branch information
aaronlippold committed May 12, 2022
1 parent 4dd7a19 commit f43ef23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/verify-s3.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: EC2 Testing Matrix
name: Test the Profile

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
my-job:
name: Validate my profile
name: Test the Profile
runs-on: ubuntu-latest
env:
CHEF_LICENSE: accept-silent
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.2'
ruby-version: "3.1.2"
- name: Disable ri and rdoc
run: 'echo "gem: --no-ri --no-rdoc" >> ~/.gemrc'
- name: Bundle install gems
Expand All @@ -49,8 +49,8 @@ jobs:
- name: Display our results summary
uses: mitre/saf_action@v1
with:
command_string: 'view:summary -i results.json'
command_string: "view:summary -i results.json"
- name: Ensure the scan meets our results threshold
uses: mitre/saf_action@v1
with:
command_string: 'validate:threshold -i results.json -F threshold.yml'
command_string: "validate:threshold -i results.json -F threshold.yml"

0 comments on commit f43ef23

Please sign in to comment.