Update readme
This commit is contained in:
Родитель
7bdb978ba4
Коммит
56ed3e3329
|
@ -4,6 +4,7 @@ A GitHub Actions javascript library for running the [Microsoft Security DevOps C
|
|||
|
||||
## Leveraged By
|
||||
|
||||
* [Microsoft Security DevOps Action](https://github.com/microsoft/security-devops-action)
|
||||
* [GitHub OSSAR Action](https://github.com/github/ossar-action)
|
||||
|
||||
## Related
|
||||
|
|
|
@ -23,7 +23,7 @@ export class MsdoInstaller {
|
|||
|
||||
process.env.MSDO_FILEPATH = msdoFilePath;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// initialize the _msdo directory
|
||||
let agentDirectory = path.resolve(path.join(process.env.GITHUB_WORKSPACE, '../../_msdo'));
|
||||
|
|
Загрузка…
Ссылка в новой задаче