diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 807470bdc8..47f9d59a4b 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -75,8 +75,6 @@ jobs: uses: ./security-scanner with: repository: "$PWD" - cache-build: true - cache-go-modules: false # See scan.hcl at repository root for config. - name: SARIF Output diff --git a/scan.hcl b/scan.hcl index 117333a78e..595ce2ac15 100644 --- a/scan.hcl +++ b/scan.hcl @@ -16,9 +16,8 @@ repository { go_modules = true + npm = true osv = true - oss_index = true - nvd = true secrets { all = true