diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 50d2b9b..45c770d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -1,6 +1,9 @@ name: Security -on: [push, pull_request] +# Disabling Security workflow for now. +# TODO: Enable this workflow once we have a stable version of Semgrep rules. +on: [] +#on: [push, pull_request] jobs: check: