Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smaguilarcx authored Jul 20, 2023
1 parent 99b8ef6 commit d099c30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
name: Checkmarx One Scan
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
on:
push:
branches:
Expand Down

0 comments on commit d099c30

Please sign in to comment.