vault-action/src/index.js
oss-core-libraries-dashboard[bot] 79632e33d6
Some checks failed
/ build (push) Has been cancelled
/ integrationOSS (push) Has been cancelled
/ integrationEnterprise (push) Has been cancelled
/ e2e (push) Has been cancelled
/ e2e-tls (push) Has been cancelled
[COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) (#589)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-01-22 12:54:31 -05:00

14 lines
No EOL
228 B
JavaScript

/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
const auth = require('./auth');
const secrets = require('./secrets');
const pki = require('./pki');
module.exports = {
auth,
secrets,
pki
};