Skip to content

Commit f975e86

Browse files
chore(COD-6066): simplify the GitHub action code further (#242)
1 parent 45ed24e commit f975e86

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
cd ../lacework-code-security
8787
HUSKY=0 npm install
8888
npm run compile
89-
yq -i -o yaml 'del(.runs.steps) | del(.outputs) | .runs.using="node16" | .runs.main="dist/src/index.js" | .runs.post="dist/src/post.js"' action.yaml
89+
yq -i -o yaml 'del(.runs.steps) | del(.outputs) | .runs.using="node16" | .runs.main="dist/src/index.js"' action.yaml
9090
- id: run-analysis
9191
uses: './../lacework-code-security'
9292
with:

src/lw-json.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/post.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)