From 27458fdb99f5898670a84ae2e85a681cb24e56da Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 10 May 2025 14:23:57 -0400 Subject: [PATCH] init commit --- action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 action.yaml diff --git a/action.yaml b/action.yaml new file mode 100644 index 0000000..b6c4171 --- /dev/null +++ b/action.yaml @@ -0,0 +1,7 @@ +name: "npm-audit" +description: "check for vulnerabilities with npm" +runs: + using: composite + steps: + - name: "dependency scan" + runs: npm audit \ No newline at end of file