@@ -596,7 +596,7 @@ jobs:
596596 $GITHUB_WORKSPACE/build/pulsar_ci_tool.sh restore_tar_from_github_actions_artifacts pulsar-maven-repository-binaries
597597
598598 - name : Set up QEMU
599- uses : docker/setup-qemu-action@v3
599+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
600600 with :
601601 platforms : arm64
602602
@@ -996,25 +996,25 @@ jobs:
996996 - name : Check binary licenses
997997 run : src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz && src/check-binary-license.sh ./distribution/shell/target/apache-pulsar-shell-*-bin.tar.gz
998998
999- - name : Run Trivy container scan
1000- id : trivy_scan
1001- uses : aquasecurity/trivy-action@0.26 .0
1002- if : ${{ github.repository == 'apache/pulsar' && github.event_name != 'pull_request' }}
1003- continue-on-error : true
1004- with :
1005- image-ref : " apachepulsar/pulsar:latest"
1006- scanners : vuln
1007- severity : CRITICAL,HIGH,MEDIUM,LOW
1008- limit-severities-for-sarif : true
1009- format : ' sarif'
1010- output : ' trivy-results.sarif'
1011-
1012- - name : Upload Trivy scan results to GitHub Security tab
1013- uses : github/codeql-action/upload-sarif@v3
1014- if : ${{ steps.trivy_scan.outcome == 'success' && github.repository == 'apache/pulsar' && github.event_name != 'pull_request' }}
1015- continue-on-error : true
1016- with :
1017- sarif_file : ' trivy-results.sarif'
999+ # - name: Run Trivy container scan
1000+ # id: trivy_scan
1001+ # uses: aquasecurity/trivy-action@v0.35 .0
1002+ # if: ${{ github.repository == 'apache/pulsar' && github.event_name != 'pull_request' }}
1003+ # continue-on-error: true
1004+ # with:
1005+ # image-ref: "apachepulsar/pulsar:latest"
1006+ # scanners: vuln
1007+ # severity: CRITICAL,HIGH,MEDIUM,LOW
1008+ # limit-severities-for-sarif: true
1009+ # format: 'sarif'
1010+ # output: 'trivy-results.sarif'
1011+ #
1012+ # - name: Upload Trivy scan results to GitHub Security tab
1013+ # uses: github/codeql-action/upload-sarif@v3
1014+ # if: ${{ steps.trivy_scan.outcome == 'success' && github.repository == 'apache/pulsar' && github.event_name != 'pull_request' }}
1015+ # continue-on-error: true
1016+ # with:
1017+ # sarif_file: 'trivy-results.sarif'
10181018
10191019 - name : Clean up disk space
10201020 if : ${{ matrix.base.save_artifact }}
0 commit comments