Skip to content

Commit

Permalink
Update veracode.yaml
Browse files Browse the repository at this point in the history
Remove daily veracode scan
  • Loading branch information
fabiodmota committed Jun 21, 2023
1 parent d62b445 commit e68e1e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- 'src/**'
- 'package.json'
- 'Dockerfile'
schedule:
#schedule:
# Once a day
- cron: "0 0 * * *"
#- cron: "0 0 * * *"
jobs:
analyze:
runs-on: ubuntu-latest
Expand All @@ -35,4 +35,4 @@ jobs:
createprofile: false
filepath: "./veracode-scan-target.zip"
vid: "${{ secrets.ORG_VERACODE_API_ID }}"
vkey: "${{ secrets.ORG_VERACODE_API_KEY }}"
vkey: "${{ secrets.ORG_VERACODE_API_KEY }}"

0 comments on commit e68e1e0

Please sign in to comment.