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 0086980 commit 1381321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "MurphySec code scan"
description: "Software Supply Chain Security Scanning Tool"
author: "Wei Zhao <[email protected]>"
inputs:
MURPHYSEC_TOKEN:
MURPHYSEC_TOKEN: ${{ secrets.MURPHYSEC_TOKEN }}
description: "The token should be filled in this field."
required: true
default: test
Expand All @@ -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 $MURPHYSEC_TOKEN --json >scan_results.json
- run: murphysec scan . --token ${{ inputs.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 1381321

Please sign in to comment.