[CI] Remove scan from ci-pr main
Also build all modules during ci-pr.yml.
This commit is contained in:
5
.github/workflows/ci-pr.yml
vendored
5
.github/workflows/ci-pr.yml
vendored
@@ -94,11 +94,6 @@ jobs:
|
||||
fi
|
||||
- name: 'Configure: Install Trivy'
|
||||
uses: ./.github/actions/install-trivy
|
||||
- name: 'Action: Trivy scan'
|
||||
shell: bash
|
||||
run: |
|
||||
BUILD_DIR=$(realpath $MAIN_PATH)
|
||||
$BUILD_DIR/scan-folders.sh table
|
||||
- name: 'Upload: Error logs'
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user