diff --git a/.github/workflows/supply-chain-security.yml b/.github/workflows/supply-chain-security.yml deleted file mode 100644 index e86f85b..0000000 --- a/.github/workflows/supply-chain-security.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Supply Chain Security -on: - workflow_dispatch: - -jobs: - scan: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: homeofe/supply-chain-guard@v5 - with: - fail-on: critical - comment-on-pr: true