Skip to content

Commit 9f1ef1e

Browse files
committed
fix: Actions
1 parent f5646e6 commit 9f1ef1e

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

action.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ inputs:
2222
required: true
2323

2424
runs:
25-
using: "docker"
26-
image: "Dockerfile"
25+
using: "composite"
26+
steps:
27+
- name: Initiate scan
28+
run: |
29+
python "${{ github.action_path }}/main.py" \
30+
--region ${{inputs.conformity_region}} \
31+
--api_key ${{inputs.conformity_api_key}} \
32+
--template_type ${{inputs.template_type}} \
33+
--template_path ${{inputs.template_path}}
34+
shell: bash
2735

0 commit comments

Comments
 (0)