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 324d2ff commit 06dc01a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: "MurphySec code scan"
description: "Software Supply Chain Security Scanning Tool"
author: "Wei Zhao <[email protected]>"
inputs:
MURPHYSEC_TOKEN: ${{ secrets.MURPHYSEC_TOKEN }}
MURPHYSEC_TOKEN:
description: "The token should be filled in this field."
required: true
default: test
runs:
using: "composite"
steps:
- name: Checkout_Actions
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
Expand Down

0 comments on commit 06dc01a

Please sign in to comment.