Skip to content

Commit c2274ff

Browse files
authored
Merge pull request #2 from step-security/ak-composite-action
creating a composite github action
2 parents e3b577d + 8bc522b commit c2274ff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

action.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "StepSecurity AI-CodeWise action"
2+
description: "AI-Powered Code Reviews for Best Practices & Security Issues Across Languages"
3+
inputs:
4+
PAT:
5+
description: "INPUT: GitHub token with read access to read pull request changes"
6+
required: false
7+
default: ${{ github.token }}
8+
9+
DebugMode:
10+
description: "INPUT: Flag to turn on the debug mode to print details to troubleshoot issues related to the action"
11+
required: false
12+
default: "false"
13+
runs:
14+
using: "docker"
15+
image: "docker://ghcr.io/step-security/ai-codewise/int:latest"

0 commit comments

Comments
 (0)