Skip to content

Commit

Permalink
Disable image scan for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnarayanan committed Nov 6, 2023
1 parent ea00b07 commit ff7f19e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-neurodesktop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:
# platforms: linux/amd64,linux/arm64
provenance: false # fixes unknown/unknown arch builds
tags: ${{ env.IMAGEID }}:${{ env.BUILDDATE }}
- name: Container image scan
if: ${{ env.GITHUB_RATE_REMAINING > 0 }}
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.GITHUB_RATE_REMAINING > 0 }}
# 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 ff7f19e

Please sign in to comment.