-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d32173
commit 2b805eb
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
contents: read # for actions/checkout to fetch code | ||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results | ||
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status | ||
runs-on: [ self-hosted, master ] | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it and copies all sources into ZIP file for submitting for analysis. Replace this section with your applications build steps | ||
|
@@ -233,16 +233,16 @@ jobs: | |
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' | ||
- 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' |