Added compliance details

This commit is contained in:
Anumita Shenoy
2019-10-11 16:24:26 +05:30
parent 8552a6edfe
commit 0c30698f96
3 changed files with 20 additions and 2 deletions

View File

@ -1,10 +1,13 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import * as os from 'os';
import * as path from 'path';
import * as util from 'util';
import * as fs from 'fs';
import * as toolCache from '../node_modules/@actions/tool-cache';
import * as core from '../node_modules/@actions/core';
import * as toolCache from '@actions/tool-cache';
import * as core from '@actions/core';
const helmToolName = 'helm';
const stableHelmVersion = 'v2.14.1';