Skip to content

Commit

Permalink
fix(action): fix action (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: sahil <[email protected]>
  • Loading branch information
rajaSahil committed Aug 25, 2023
1 parent ea7a0bd commit 579d7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ runs:
if [ "${{ inputs.process-ignore-paths }}" != "" ]; then
setupArgs+=" -i ${{ inputs.process-ignore-paths }}"
fi
sleep 120
accuknox-cli report $setupArgs
mkdir downloads
Expand Down

0 comments on commit 579d7c7

Please sign in to comment.