Release 2024.0.0-RC1 (#538)
This commit is contained in:
committed by
GitHub
parent
0d3e584543
commit
4a9a68b2f6
7
.github/workflows/ci-pr.yml
vendored
7
.github/workflows/ci-pr.yml
vendored
@@ -129,11 +129,8 @@ jobs:
|
||||
- name: 'Action: Trivy scan'
|
||||
shell: bash
|
||||
run: |
|
||||
echo "SKIPPING THIS FOR NOW - FIX ME!!!"
|
||||
# ROOT_DIR=$(realpath $PWD)
|
||||
# pushd stream-applications > /dev/null
|
||||
# $ROOT_DIR/scan-folders.sh table
|
||||
# popd > /dev/null
|
||||
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