We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8f0c8 commit f2d7f8dCopy full SHA for f2d7f8d
1 file changed
.github/workflows/notebook-execution.yml
@@ -383,16 +383,3 @@ jobs:
383
echo "- ambient-provider.html: artifacts/ambient-provider-html/ambient-provider.html" >> $GITHUB_STEP_SUMMARY
384
echo "" >> $GITHUB_STEP_SUMMARY
385
echo "These artifacts can be downloaded and used in subsequent workflow steps." >> $GITHUB_STEP_SUMMARY
386
-
387
- scan:
388
- # needs: preflight
389
- if: always()
390
- uses: NVIDIA-AI-Blueprints/nim-docker-scanner/.github/workflows/scan.yml@main
391
- with:
392
- # exclude-dirs: 'external'
393
- resolve-latest: true
394
- scan-docker-images: true
395
- scan-hosted-nim: true
396
- secrets:
397
- NVIDIA_API_KEY: ${{ secrets.NVIDIA_API_KEY }}
398
- NVCF_CONFIG_ON_GITHUB_TOKEN: ${{ secrets.NVCF_CONFIG_ON_GITHUB_TOKEN }}
0 commit comments