We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c431c commit 65607e3Copy full SHA for 65607e3
action.yml
@@ -4,11 +4,8 @@ author: "Wei Zhao <[email protected]>"
4
runs:
5
using: "composite"
6
steps:
7
- - run: |
8
- wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
+ - run: wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
9
shell: bash
10
- run: murphysec scan . --token ${{ secrets.MURPHYSEC_TOKEN }} --json >scan_results.json
11
12
- wget https://s.murphysec.com/github_actions_format.py
13
- python3 github_actions_format.py
+ - run: wget https://s.murphysec.com/github_actions_format.py && python3 github_actions_format.py
14
0 commit comments