We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a5ca4 commit 2674390Copy full SHA for 2674390
actions/install-action/action.yaml
@@ -42,4 +42,6 @@ runs:
42
./accuknox-cli install $setupArgs
43
shell: bash
44
45
-
+branding:
46
+ icon: 'check-circle'
47
+ color: 'green'
actions/report-action/action.yaml
@@ -77,7 +77,7 @@ runs:
77
if [ "${{ inputs.process-ignore-paths }}" != "" ]; then
78
setupArgs+=" -i ${{ inputs.process-ignore-paths }}"
79
fi
80
+
81
./accuknox-cli report $setupArgs
82
83
mkdir downloads
@@ -91,3 +91,7 @@ runs:
91
with:
92
name: Baseline report
93
path: downloads
94
95
96
97
0 commit comments