Skip to content

Commit

Permalink
upload scan
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Mar 15, 2024
1 parent eb2609a commit 3d32173
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .github/workflows/veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,16 +222,27 @@ jobs:
id: get-tag
run: echo "::set-output name=TAG::$(git describe --tags --abbrev=0)"

- name: Veracode Upload And Scan
uses: veracode/[email protected]
- name: pipeline-scan action step
id: pipeline-scan
uses: veracode/Veracode-pipeline-scan-action@latest
with:
appname: 'Nuxeo Web UI'
createprofile: false
filepath: 'nuxeo-web-ui-${{ steps.get-tag.outputs.TAG }}.zip'
vid: '${{ secrets.VERACODE_SECRET_API_ID }}'
vkey: '${{ secrets.VERACODE_SECRET_KEY }}'
sandboxname: 'master'
scantimeout: 600
include: '*.war, *.zip, *.js, *.html, *.css, *.json'
criticality: 'VeryHigh'
includenewmodules: 'true'
file: 'nuxeo-web-ui-${{ steps.get-tag.outputs.TAG }}.zip'
request_policy: "VeraDemo Policy"
fail_build: true


# - name: Veracode Upload And Scan
# uses: veracode/[email protected]
# with:
# appname: 'Nuxeo Web UI'
# createprofile: false
# filepath: 'nuxeo-web-ui-${{ steps.get-tag.outputs.TAG }}.zip'
# vid: '${{ secrets.VERACODE_SECRET_API_ID }}'
# vkey: '${{ secrets.VERACODE_SECRET_KEY }}'
# sandboxname: 'master'
# scantimeout: 600
# include: '*.war, *.zip, *.js, *.html, *.css, *.json'
# criticality: 'VeryHigh'
# includenewmodules: 'true'

0 comments on commit 3d32173

Please sign in to comment.