Skip to content

Commit

Permalink
feat(ci): remove manual trigger from veracode.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 14, 2023
1 parent af214cd commit fab2f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
schedule:
# Once a day
- cron: "0 0 * * *"
workflow_dispatch:
# workflow_dispatch:
# Trigger manually

jobs:
Expand Down Expand Up @@ -73,4 +73,3 @@ jobs:
filepath: 'build/libs/miw-latest.jar' # add filepath for upload
vid: '${{ secrets.ORG_VERACODE_API_ID }}' # reference to API ID, which is set as github org. secret
vkey: '${{ secrets.ORG_VERACODE_API_KEY }}' #reference to API Key in github, which is set as github or. secret
#include: 'build/libs/miw-latest.jar'

0 comments on commit fab2f10

Please sign in to comment.