Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tenuki authored Jul 15, 2024
1 parent 192ffe0 commit 2ce66b2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,21 @@
name: Run Scout-action
description: Run scout-action
author: devops_cf
author: Coinfabrik

# Define your inputs here.
inputs:
target:
description: Folder to scan for Cargo.toml
required: true
default: "."

scout_args:
description: Scout args
required: false
default: "-v --output-format md-gh --output-path /github/workspace/report.md"

scout_extra_args:
description: Scout extra args
required: false
default: ""

# markdown_output:
# description: Generate markdown output
# required: false
# default: "false"

# Define your outputs here.
# -> At the moment the output will be: ${{ github.workspace }}/report.md
#outputs:
# mdreport:
# description: markdown report

#run docker
runs:
using: docker
Expand All @@ -38,5 +24,4 @@ runs:
- ${{ inputs.target }}
env:
INPUT_TARGET: ${{ inputs.target }}
# INPUT_MARKDOWN_OUTPUT: ${{ inputs.markdown_output }}
INPUT_SCOUT_ARGS: "${{ inputs.scout_args }} ${{ inputs.scout_extra_args }} "

0 comments on commit 2ce66b2

Please sign in to comment.