Skip to content

Commit

Permalink
Merge pull request #664 from caponetto/full-trivy
Browse files Browse the repository at this point in the history
chore(ci): Re-enable Trivy image scan for ROCm Pytorch image
  • Loading branch information
openshift-merge-bot[bot] authored Aug 7, 2024
2 parents ec45de1 + b99fd1e commit f84cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
CACHE: "ghcr.io/${{ github.repository }}/workbench-images/build-cache"
# Targets (and their folder) that should be scanned using FS instead of IMAGE scan due to resource constraints
TRIVY_SCAN_FS_JSON: '{"rocm-jupyter-pytorch-ubi9-python-3.9": "jupyter/rocm/pytorch/ubi9-python-3.9"}'
TRIVY_SCAN_FS_JSON: '{}'

steps:

Expand Down

0 comments on commit f84cf69

Please sign in to comment.