Skip to content

Commit

Permalink
fix: add missing shell property to container scan action
Browse files Browse the repository at this point in the history
  • Loading branch information
bilals12 committed Dec 10, 2024
1 parent 1c2545e commit 6e0e637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ runs:
echo "Error: Scan results file (results.stdout) does not exist."
exit 1
fi
shell: bash

- name: Format Results for PR
run: |
Expand All @@ -95,6 +96,7 @@ runs:
cat results.stdout >> pr-results.md
echo "</pre>" >> pr-results.md
echo "</details>" >> pr-results.md
shell: bash

- name: Check for Previous Report Comment
id: find-comment
Expand Down

0 comments on commit 6e0e637

Please sign in to comment.