Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValtteriL committed Apr 12, 2024
1 parent 49cd887 commit 6ba5515
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'OpalOPC Scan Action'
description: 'Runs a OpalOPC scan against a target site'
author: 'Molemmat Oy'
inputs:
target:
target-url:
description: 'The full url (including scheme) of the server to scan'
required: true
license-key:
Expand All @@ -15,13 +15,14 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
entrypoint: 'sh -c'
entrypoint: "sh"
env:
OPALOPC_LICENSE_KEY: ${{ inputs.license-key }}
args:
- -c
- opalopc
- -vv
- ${{ inputs.target }}
- ${{ inputs.target-url }}
- -o ${{ inputs.output-base-filename }}
branding:
icon: 'activity'
Expand Down

0 comments on commit 6ba5515

Please sign in to comment.