Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Awei2020 authored Jul 18, 2023
1 parent c3c431c commit 65607e3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ author: "Wei Zhao <[email protected]>"
runs:
using: "composite"
steps:
- run: |
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
shell: bash
- run: murphysec scan . --token ${{ secrets.MURPHYSEC_TOKEN }} --json >scan_results.json
- run: |
wget https://s.murphysec.com/github_actions_format.py
python3 github_actions_format.py
- run: wget https://s.murphysec.com/github_actions_format.py && python3 github_actions_format.py
shell: bash

0 comments on commit 65607e3

Please sign in to comment.