From 33ceb970595f335b7bf3b3dbe5c3da2900d451a8 Mon Sep 17 00:00:00 2001 From: Dustin Decker Date: Fri, 8 Apr 2022 14:52:36 -0700 Subject: [PATCH] update action name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 33ca0c77b..284afa633 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'TruffleHog' +name: 'TruffleHog OSS' description: 'Scan Github Actions with TruffleHog' author: Truffle Security Co. @@ -24,4 +24,4 @@ runs: - --since-commit - ${{ inputs.base }} - --branch - - ${{ inputs.head }} \ No newline at end of file + - ${{ inputs.head }}