We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ed24e commit f975e86Copy full SHA for f975e86
action.yaml
@@ -86,7 +86,7 @@ runs:
86
cd ../lacework-code-security
87
HUSKY=0 npm install
88
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
+ yq -i -o yaml 'del(.runs.steps) | del(.outputs) | .runs.using="node16" | .runs.main="dist/src/index.js"' action.yaml
90
- id: run-analysis
91
uses: './../lacework-code-security'
92
with:
src/lw-json.ts
src/post.ts
0 commit comments