Skip to content

Commit

Permalink
Dots
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <[email protected]>
  • Loading branch information
clintoncwolfe committed May 26, 2020
1 parent 2923231 commit d65a77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controls/during-audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# So instead, capture the stack to a file, and let the verify-stage
# "after-audit" profile handle checking the stack.
# Unfortunately, the JSON dump is lossy, so we need to do this a bit manually.
marshallable_stack = stack.map { |f| { absolute_path: absolute_path, label: label } }
marshallable_stack = stack.map { |f| { absolute_path: f.absolute_path, label: f.label } }
File.write("/tmp/audit_stack.json", JSON.dump(marshallable_stack))
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ copyright: Chef Software, Inc.
copyright_email: [email protected]
license: Apache-2.0
summary: An InSpec Compliance Profile to test inspec run context detection under audit-cookbook
version: 0.3.1
version: 0.3.2
supports:
platform: os

0 comments on commit d65a77f

Please sign in to comment.