Skip to content

Commit

Permalink
Cinc stable patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ramereth committed Feb 5, 2025
1 parent 6a74715 commit f1e3fa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/inspec/dist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
module Inspec
module Dist
# When referencing a product directly, like InSpec
PRODUCT_NAME = "Chef InSpec"
PRODUCT_NAME = "Cinc Auditor"

# The inspec executable
EXEC_NAME = "inspec"
EXEC_NAME = "cinc-auditor"

# The name of the server product
SERVER_PRODUCT_NAME = "Chef Server"
SERVER_PRODUCT_NAME = "Cinc Server"

# name of the automate product
AUTOMATE_PRODUCT_NAME = "Chef Automate"
AUTOMATE_PRODUCT_NAME = "Cinc Dashboard"

# name of the compliance product
COMPLIANCE_PRODUCT_NAME = "Chef Compliance"
Expand Down

0 comments on commit f1e3fa5

Please sign in to comment.