Skip to content

Commit

Permalink
Merge pull request #31 from veracode/addWorkflowAppSupport
Browse files Browse the repository at this point in the history
Add workflow app support
  • Loading branch information
julz0815 authored Feb 23, 2024
2 parents 7917dbb + 40bf5a0 commit 56dab48
Show file tree
Hide file tree
Showing 8 changed files with 30,873 additions and 2,425 deletions.
18 changes: 18 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ inputs:
description: 'The conversion rule of Veracode findings to GitHub level'
required: true
default: '4:3:0'
repo_owner:
description: 'owner'
required: false
repo_name:
description: 'repo'
required: false
githubToken:
description: 'GitHub Token'
required: true
default: ${{ github.token }}
ref:
description: 'The git ref'
required: true
default: ${{ github.ref }}
commitSHA:
description: 'The git commit sha'
required: true
default: ${{ github.sha }}
runs:
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 56dab48

Please sign in to comment.