diff --git a/.github/workflows/veracode.yaml b/.github/workflows/veracode.yaml index 225af44..7584615 100644 --- a/.github/workflows/veracode.yaml +++ b/.github/workflows/veracode.yaml @@ -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 @@ -35,4 +35,4 @@ jobs: createprofile: false filepath: "./veracode-scan-target.zip" vid: "${{ secrets.ORG_VERACODE_API_ID }}" - vkey: "${{ secrets.ORG_VERACODE_API_KEY }}" \ No newline at end of file + vkey: "${{ secrets.ORG_VERACODE_API_KEY }}"