This commit is contained in:
daknis 2022-04-04 11:44:45 -07:00
Родитель 7bdb978ba4
Коммит 56ed3e3329
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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'));