Skip to content

Commit 06dc01a

Browse files
authored
Update action.yml
1 parent 324d2ff commit 06dc01a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ name: "MurphySec code scan"
22
description: "Software Supply Chain Security Scanning Tool"
33
author: "Wei Zhao <[email protected]>"
44
inputs:
5-
MURPHYSEC_TOKEN: ${{ secrets.MURPHYSEC_TOKEN }}
5+
MURPHYSEC_TOKEN:
66
description: "The token should be filled in this field."
77
required: true
8+
default: test
89
runs:
910
using: "composite"
1011
steps:
12+
- name: Checkout_Actions
13+
uses: actions/checkout@v3
1114
- run: wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
1215
shell: bash
1316
- run: murphysec scan . --token ${{ secrets.MURPHYSEC_TOKEN }} --json >scan_results.json

0 commit comments

Comments
 (0)