Skip to content

Commit

Permalink
disable scan as well until maximize build space is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Mar 21, 2024
1 parent f5c4452 commit 4eef0e9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-neurodesktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ jobs:
git tag ${BUILDDATE}
git push origin -f --tags
# echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
- name: Container image scan
if: ${{ env.ROOTFS_NEW != env.ROOTFS_CACHE || github.event.inputs.force_push == 'true' }}
uses: aquasecurity/[email protected]
with:
image-ref: ${{ env.IMAGEID }}:${{ env.BUILDDATE }}
format: table
exit-code: '1'
severity: CRITICAL
timeout: 25m0s
skip-files: /opt/rclone-v1.60.1-linux-amd64/README.txt, /opt/rclone-v1.60.1-linux-amd64/README.html, /opt/rclone-v1.60.1-linux-amd64/rclone.1
# - name: Container image scan
# if: ${{ env.ROOTFS_NEW != env.ROOTFS_CACHE || github.event.inputs.force_push == 'true' }}
# uses: aquasecurity/[email protected]
# with:
# image-ref: ${{ env.IMAGEID }}:${{ env.BUILDDATE }}
# format: table
# exit-code: '1'
# severity: CRITICAL
# timeout: 25m0s
# skip-files: /opt/rclone-v1.60.1-linux-amd64/README.txt, /opt/rclone-v1.60.1-linux-amd64/README.html, /opt/rclone-v1.60.1-linux-amd64/rclone.1
- name: Generate issue on job failure
if: always() && failure()
uses: JasonEtco/[email protected]
Expand Down

0 comments on commit 4eef0e9

Please sign in to comment.