Skip to content

Commit fcb2909

Browse files
authored
Merge pull request #17 from accuknox/pishone-patch-1
fix: soft_fail ignoring upload failures
2 parents 990ec8b + 4536d2c commit fcb2909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
fi
6464
6565
echo "Downloading AccuKnox ASPM Scanner..."
66-
curl -L https://github.com/accuknox/aspm-scanner-cli/releases/download/v0.13.9-patch/accuknox-aspm-scanner -o accuknox-aspm-scanner
66+
curl -L https://github.com/accuknox/aspm-scanner-cli/releases/download/v0.14.0/accuknox-aspm-scanner -o accuknox-aspm-scanner
6767
chmod +x accuknox-aspm-scanner
6868
6969
# Build SonarQube properties (no skip flag here)

0 commit comments

Comments
 (0)