Skip to content

Commit

Permalink
Update Support Pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IGDEXE authored Feb 29, 2024
1 parent f824fb0 commit 5d42496
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/Support Pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Veracode_Expert
name: Veracode_Go
on:
workflow_dispatch:

Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
env:
VeracodeID: ${{ secrets.VeracodeID }}
VeracodeKey: ${{ secrets.VeracodeKey }}
AppName: Github Actions - ${{ github.repository }}
AppName: ${{ github.repository }}
with:
vid: '$VeracodeID'
vkey: '$VeracodeKey'
Expand All @@ -41,12 +41,3 @@ jobs:
filepath: ${{ steps.find_zip.outputs.zip_path }}
deleteIncompleteScan: false
version: ${{ github.run_id }}
- name: Veracode Pipeline Scan
env:
VID: ${{ secrets.VeracodeID }}
VKEY: ${{ secrets.VeracodeKey }}
CaminhoArquivo: ${{ steps.find_zip.outputs.zip_path }}
run: |
curl -sSfO https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
unzip -o pipeline-scan-LATEST.zip
java -jar pipeline-scan.jar -vid $VID -vkey $VKEY -f $CaminhoArquivo --issue_details true

0 comments on commit 5d42496

Please sign in to comment.