Skip to content

Commit 6e0e637

Browse files
committed
fix: add missing shell property to container scan action
1 parent 1c2545e commit 6e0e637

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

container-scan/action.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ runs:
8686
echo "Error: Scan results file (results.stdout) does not exist."
8787
exit 1
8888
fi
89+
shell: bash
8990

9091
- name: Format Results for PR
9192
run: |
@@ -95,6 +96,7 @@ runs:
9596
cat results.stdout >> pr-results.md
9697
echo "</pre>" >> pr-results.md
9798
echo "</details>" >> pr-results.md
99+
shell: bash
98100

99101
- name: Check for Previous Report Comment
100102
id: find-comment

0 commit comments

Comments
 (0)