Skip to content

CI dependency scanning #3

@filippocrotti12

Description

@filippocrotti12

CI already has linting and test but misses CVE scan on go and npm dependencies.

Fix: add to .github/workflows/security.yml:

  • govulncheck ./... for go modules
  • pnpm audit --audit-level=high for node.js

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions