-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hdf2ckl error "delete this.baseFlags?.json" #1853
Comments
Yours,
…--------------------
Aaron Lippold
Chief Architect – MITRE Security Automation Framework (SAF)
https://saf.mitre.org<https://saf.mitre.org/>
Principal Cyber Security Engineer
571-384-9233
***@***.******@***.***>
https://info.mitre.org/orgs/L521
<https://aka.ms/o0ukef>
________________________________
From: usteve94 ***@***.***>
Sent: Monday, October 2, 2023 11:46:03 AM
To: mitre/saf ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [EXT] [mitre/saf] hdf2ckl error "delete this.baseFlags?.json" (Issue #1853)
I ran my inspec and generated a .json file for my esxi, vm, vcsa environment. when I run the following: saf convert hdf2ckl -i ./vcsa. json -o ./VCSAReport. ckl --hostname --fqdn I just downloaded the saf-v1. 2. 30-amd64. deb pkg. Running Pwsh v
I ran my inspec and generated a .json file for my esxi, vm, vcsa environment.
when I run the following:
saf convert hdf2ckl -i ./vcsa.json -o ./VCSAReport.ckl --hostname --fqdn
I just downloaded the saf-v1.2.30-amd64.deb pkg.
Running Pwsh v 7.3.7
Running PowerCLI v 13.1.0
This is returned
***@***.******@***.***/core/lib/command.js:45
delete this.baseFlags?.json;
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. ***@***.******@***.***/core/lib/index.js:5:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
—
Reply to this email directly, view it on GitHub<#1853>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALK42DXJJIE6XY25GQISJDX5LOTXAVCNFSM6AAAAAA5PUBM7SVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDEMJXGY4TKMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hi @usteve94, I believe the issue might be that you need to provide values for the hostname and fqdn flags. If that doesn't resolve the issue, it would help if you could share your (possibly anonymized) inspec results file here or feel free to send it to me at [email protected] so that we can debug your issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran my inspec and generated a .json file for my esxi, vm, vcsa environment.
when I run the following:
saf convert hdf2ckl -i ./vcsa.json -o ./VCSAReport.ckl --hostname --fqdn
I just downloaded the saf-v1.2.30-amd64.deb pkg.
Running Pwsh v 7.3.7
Running PowerCLI v 13.1.0
This is returned
/usr/local/lib/node_modules/@mitre/saf/node_modules/@oclif/core/lib/command.js:45
delete this.baseFlags?.json;
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/usr/local/lib/node_modules/@mitre/saf/node_modules/@oclif/core/lib/index.js:5:19)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
The text was updated successfully, but these errors were encountered: