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