From 53c610eb1dfe1b81d1afd34e516244a3e99a4b8a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 May 2021 00:52:56 +0000 Subject: [PATCH] chore(release): 1.0.8 ## [1.0.8](https://github.com/splunk/addonfactory-sample-scanner/compare/v1.0.7...v1.0.8) (2021-05-26) ### Bug Fixes * image syntax ([d7fa103](https://github.com/splunk/addonfactory-sample-scanner/commit/d7fa103ea68e425771555ec682c0c0aea2e9895a)) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d15910c..c1056aa 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ name: "Addon Factory Sample Scanner" description: "Detect potentially sensitive data in samples" runs: using: "docker" - image: "docker://ghcr.io/splunk/addonfactory-sample-scanner:v1.0.7" + image: "docker://ghcr.io/splunk/addonfactory-sample-scanner:1.0.8" inputs: args: description: Additional arguments to the scanner