Skip to content

Commit

Permalink
Merge pull request #2 from accurics/output-test
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
Willie authored Aug 4, 2020
2 parents 6593712 + 8f77b06 commit c1fb43e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,29 @@ inputs:
default: true
outputs:
env-name:
echo "::set-output name=env-name::$env_name"
description: 'Environment Name'
num-violations:
echo "::set-output name=num-violations::$num_violations"
description: 'Number of Violations'
num-resources:
echo "::set-output name=num-resources::$num_resources"
description: 'Number of Resources'
high:
echo "::set-output name=high::$high"
description: 'Number of High-Severity Violations'
medium:
echo "::set-output name=medium::$medium"
description: 'Number of Medium-Severity Violations'
low:
echo "::set-output name=low::$low"
description: 'Number of Low-Severity Violations'
native:
echo "::set-output name=native::$native"
description: 'Number of Violations for Native Resources'
inherited:
echo "::set-output name=inherited::$inherited"
description: 'Number of Violations Inherited from Other Resources'
drift:
echo "::set-output name=drift::$drift"
description: 'Total Number of Configuration drifts Found'
iacdrift:
echo "::set-output name=iacdrift::$iacdrift"
description: 'Number of IAC-to-Cloud Configuration drifts Found'
clouddrift:
echo "::set-output name=clouddrift::$clouddrift"
description: 'Number of Cloud-to-Cloud Configuration drifts Found'
has-errors:
echo "::set-output name=has-errors::$has_errors"
description: 'Errors were reported'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit c1fb43e

Please sign in to comment.