Skip to content

Commit

Permalink
updated input args
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasurya committed Oct 14, 2024
1 parent 9c32ca2 commit c89abad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: true
default: 'ci'
project:
description: 'Project to scan'
description: 'Source code to scan'
required: true
rules-directory:
description: 'Rules directory'
Expand All @@ -23,11 +23,13 @@ inputs:
description: 'Output file'
required: false
default: 'output.json'
outputs:
result:
description: 'Query result'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.command }}
- ${{ inputs.project }}
- ${{ inputs.rules-directory }}
- ${{ inputs.rules-set }}
- ${{ inputs.output }}
- ${{ inputs.output-file }}

0 comments on commit c89abad

Please sign in to comment.