From a9f30a7f833856811109738ae184924267492e19 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Dec 2021 09:03:07 +0000 Subject: [PATCH] chore(release): 1.3.2 ## [1.3.2](https://github.com/splunk/addonfactory-sample-scanner/compare/v1.3.1...v1.3.2) (2021-12-23) ### Bug Fixes * adding default false-positives ([#10](https://github.com/splunk/addonfactory-sample-scanner/issues/10)) ([8877ef9](https://github.com/splunk/addonfactory-sample-scanner/commit/8877ef974b9f926a4e7b1ba1d723f585d6c8be16)) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3354ff6..105c992 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ runs: using: "docker" env: INPUT_SCANDIR: "${{ inputs.ScanDir }}" - image: "docker://ghcr.io/splunk/addonfactory-sample-scanner:1.3.2-develop.2" + image: "docker://ghcr.io/splunk/addonfactory-sample-scanner:v1.3.2" inputs: args: description: Additional arguments to the scanner