diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index 321ef2427..878eb3e92 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -104,7 +104,7 @@ jobs: coverage.html retention-days: 30 - run: "make lint" - - uses: "aquasecurity/trivy-action@0.28.0" + - uses: "aquasecurity/trivy-action@0.68.0" with: scan-type: "fs" scanners: "license" diff --git a/.trivyignore.yaml b/.trivyignore.yaml index 68fc474c3..eac8e1d52 100644 --- a/.trivyignore.yaml +++ b/.trivyignore.yaml @@ -6,4 +6,3 @@ licenses: - id: "SEE LICENSE IN LICENSE.md" paths: - "package-lock.json" - - "node_modules/**"