Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 0287002

Browse files
committed
chore: update scanner version
1 parent 86b298e commit 0287002

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/sysdiglabs/cloud-iac-scanner:pr-585
1+
FROM ghcr.io/sysdiglabs/cloud-iac-scanner:pr-613
22

33
COPY entrypoint.sh /entrypoint.sh
44

entrypoint.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@
22

33
SCANNEROUTPUT="$(/cloud-iac-scanner -p $1 -d $GITHUB_WORKSPACE)"
44

5-
if [ $? -eq 1 ]; then
6-
echo "::set-output name=scanner-output::Error scanning\n$SCANNEROUTPUT"
7-
exit 1
8-
else
9-
echo "::set-output name=scanner-output::$SCANNEROUTPUT"
10-
fi
5+
echo "::set-output name=scanner-output::$SCANNEROUTPUT"

0 commit comments

Comments
 (0)