From 4cec099c3ef359614264a691769479584f4e1cb4 Mon Sep 17 00:00:00 2001 From: Damon Date: Fri, 19 Jul 2024 19:33:25 +0800 Subject: [PATCH] add security file --- .github/workflows/security.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 0000000..58f4cab --- /dev/null +++ b/.github/workflows/security.yml @@ -0,0 +1,6 @@ +--- +name: Security Scans +on: [pull_request] +jobs: + security_credentials: + uses: poloniex/security-utils/.github/workflows/credentialScan.yml@master \ No newline at end of file