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 88281e1 commit 51d4389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "MurphySec code scan"
description: "Software Supply Chain Security Scanning Tool"
author: "Wei Zhao <[email protected]>"
runs:
uses: actions/checkout@v3
run: |
wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
run: murphysec scan . --token $MURPHYSEC_TOKEN --json >scan_results.json
Expand Down

0 comments on commit 51d4389

Please sign in to comment.