We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b577d + 8bc522b commit c2274ffCopy full SHA for c2274ff
action.yml
@@ -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
12
+ default: "false"
13
+runs:
14
+ using: "docker"
15
+ image: "docker://ghcr.io/step-security/ai-codewise/int:latest"
0 commit comments