From 333db9e654369014ad9ff29860dc7b2d13dd088b Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:17:10 -0500 Subject: [PATCH] fix: add categories while we wait for other prs to fix workflow --- cybersecurity/cicd/squealer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cybersecurity/cicd/squealer.yml b/cybersecurity/cicd/squealer.yml index caa748d..61247ea 100644 --- a/cybersecurity/cicd/squealer.yml +++ b/cybersecurity/cicd/squealer.yml @@ -1,5 +1,9 @@ description: Squealer is a tool that finds secrets like keys, tokens and passwords in your code. It scans remote Git repositories for potential credential leaks. +categories: + - cybersecurity + - cicd + functions: squealer_scan_git_repo: description: Scan a remote git repository for secrets and credentials