microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/1873-devcontainer

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/fixtures/Devcontainer/wrong-hash-lock.json

9lines · modecode

1{
2 "features": {
3 "ghcr.io/devcontainers/features/node:1": {
4 "version": "1.7.1",
5 "resolved": "ghcr.io/devcontainers/features/node@sha256:abc123",
6 "integrity": "md5:abc123"
7 }
8 }
9}
10