We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec45de1 + b99fd1e commit f84cf69Copy full SHA for f84cf69
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -23,7 +23,7 @@ jobs:
23
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
24
CACHE: "ghcr.io/${{ github.repository }}/workbench-images/build-cache"
25
# Targets (and their folder) that should be scanned using FS instead of IMAGE scan due to resource constraints
26
- TRIVY_SCAN_FS_JSON: '{"rocm-jupyter-pytorch-ubi9-python-3.9": "jupyter/rocm/pytorch/ubi9-python-3.9"}'
+ TRIVY_SCAN_FS_JSON: '{}'
27
28
steps:
29
0 commit comments