From 66f254143e9c87c9c0637770437a1e4929e03a56 Mon Sep 17 00:00:00 2001 From: Anthony Mammoliti Date: Thu, 26 Sep 2024 15:09:27 -0400 Subject: [PATCH] Remove trivy scan results --- .../workflows/pilot-pipeline-admin-server.yml | 17 ----------------- .github/workflows/pilot-pipeline-admin-ui.yml | 17 ----------------- .../workflows/pilot-pipeline-server-filter.yml | 17 ----------------- modules/admin-ui/package.json | 2 +- modules/admin/package.json | 2 +- modules/server-filter/package.json | 2 +- 6 files changed, 3 insertions(+), 54 deletions(-) diff --git a/.github/workflows/pilot-pipeline-admin-server.yml b/.github/workflows/pilot-pipeline-admin-server.yml index 7c712e910..d5eef2ed4 100644 --- a/.github/workflows/pilot-pipeline-admin-server.yml +++ b/.github/workflows/pilot-pipeline-admin-server.yml @@ -99,27 +99,10 @@ jobs: format: 'table' severity: 'CRITICAL' exit-code: '1' - hide-progress: true trivyignores: .github/.trivyignore - output: scan-results.txt env: TRIVY_IGNORE_STATUS: 'will_not_fix' - - name: Publish Trivy Scan Results to Summary - if: always() - run: | - if [[ -s scan-results.txt ]]; then - { - echo "### Trivy Scan Results" - echo "
Click to expand" - echo "" - echo '```arranger-admin-server' - cat scan-results.txt - echo '```' - echo "
" - } >> $GITHUB_STEP_SUMMARY - fi - trigger_pilot_dev_deployment: needs: [build-and-push-admin-server-image, get-version] runs-on: ubuntu-20.04 diff --git a/.github/workflows/pilot-pipeline-admin-ui.yml b/.github/workflows/pilot-pipeline-admin-ui.yml index 6c37f020b..90f32647d 100644 --- a/.github/workflows/pilot-pipeline-admin-ui.yml +++ b/.github/workflows/pilot-pipeline-admin-ui.yml @@ -99,27 +99,10 @@ jobs: format: 'table' severity: 'CRITICAL' exit-code: '1' - hide-progress: true trivyignores: .github/.trivyignore - output: scan-results.txt env: TRIVY_IGNORE_STATUS: 'will_not_fix' - - name: Publish Trivy Scan Results to Summary - if: always() - run: | - if [[ -s scan-results.txt ]]; then - { - echo "### Trivy Scan Results" - echo "
Click to expand" - echo "" - echo '```arranger-admin-ui' - cat scan-results.txt - echo '```' - echo "
" - } >> $GITHUB_STEP_SUMMARY - fi - trigger_pilot_dev_deployment: needs: [build-and-push-admin-ui-image, get-version] runs-on: ubuntu-20.04 diff --git a/.github/workflows/pilot-pipeline-server-filter.yml b/.github/workflows/pilot-pipeline-server-filter.yml index 9c304f173..53df080b7 100644 --- a/.github/workflows/pilot-pipeline-server-filter.yml +++ b/.github/workflows/pilot-pipeline-server-filter.yml @@ -99,27 +99,10 @@ jobs: format: 'table' severity: 'CRITICAL' exit-code: '1' - hide-progress: true trivyignores: .github/.trivyignore - output: scan-results.txt env: TRIVY_IGNORE_STATUS: 'will_not_fix' - - name: Publish Trivy Scan Results to Summary - if: always() - run: | - if [[ -s scan-results.txt ]]; then - { - echo "### Trivy Scan Results" - echo "
Click to expand" - echo "" - echo '```arranger-server-filter' - cat scan-results.txt - echo '```' - echo "
" - } >> $GITHUB_STEP_SUMMARY - fi - trigger_pilot_dev_deployment: needs: [build-and-push-sever-filter-image, get-version] runs-on: ubuntu-20.04 diff --git a/modules/admin-ui/package.json b/modules/admin-ui/package.json index 19dfa700a..1ffcaee71 100644 --- a/modules/admin-ui/package.json +++ b/modules/admin-ui/package.json @@ -1,6 +1,6 @@ { "name": "@arranger/admin-ui", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "@arranger/admin": "^2.19.3", "@types/node": "^13.13.0", diff --git a/modules/admin/package.json b/modules/admin/package.json index 5f84dab96..2ae618cc9 100644 --- a/modules/admin/package.json +++ b/modules/admin/package.json @@ -1,6 +1,6 @@ { "name": "@arranger/admin", - "version": "1.1.0", + "version": "1.2.0", "description": "Admin API for the Arranger server in graphql", "engineStrict": true, "type": "module", diff --git a/modules/server-filter/package.json b/modules/server-filter/package.json index 8a9f8c412..216ff1f03 100644 --- a/modules/server-filter/package.json +++ b/modules/server-filter/package.json @@ -1,6 +1,6 @@ { "name": "server-filter", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "index.js", "type": "module",