Skip to content

Commit 65607e3

Browse files
authored
Update action.yml
1 parent c3c431c commit 65607e3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ author: "Wei Zhao <[email protected]>"
44
runs:
55
using: "composite"
66
steps:
7-
- run: |
8-
wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
7+
- run: wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
98
shell: bash
109
- run: murphysec scan . --token ${{ secrets.MURPHYSEC_TOKEN }} --json >scan_results.json
11-
- run: |
12-
wget https://s.murphysec.com/github_actions_format.py
13-
python3 github_actions_format.py
10+
- run: wget https://s.murphysec.com/github_actions_format.py && python3 github_actions_format.py
1411
shell: bash

0 commit comments

Comments
 (0)