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 06dc01a commit 0086980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
uses: actions/checkout@v3
- 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: murphysec scan . --token $MURPHYSEC_TOKEN --json >scan_results.json
shell: bash
- run: wget https://s.murphysec.com/github_actions_format.py && python3 github_actions_format.py
shell: bash

0 comments on commit 0086980

Please sign in to comment.