mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-02-07 16:27:28 +00:00
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
/**
|
|
* Copyright IBM Corp. 2019, 2025
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
module.exports = {
|
|
verbose: true
|
|
};
|