Skip to content

Commit

Permalink
ACS-6304 Separate share and acs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajbrzezinski committed Nov 30, 2023
1 parent efd6f2e commit ca54acd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
issue_details: true
veracode_policy_name: Alfresco Default
summary_output: true
summary_output_file: readable_results.txt
summary_output_file: readable_results_acs.txt
summary_display: true
- name: Upload scan result
if: success() || failure()
run: zip readable_output.zip readable_results.txt
run: zip readable_output.zip readable_results_acs.txt
- name: Upload Artifact
if: success() || failure()
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -128,11 +128,11 @@ jobs:
issue_details: true
veracode_policy_name: Alfresco Default
summary_output: true
summary_output_file: readable_results.txt
summary_output_file: readable_results_share.txt
summary_display: true
- name: Upload scan result
if: success() || failure()
run: zip readable_output.zip readable_results.txt
run: zip readable_output.zip readable_results_share.txt
- name: Upload Artifact
if: success() || failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ca54acd

Please sign in to comment.