Releases: nightfallai/nightfall_code_scanner
Releases · nightfallai/nightfall_code_scanner
v1.1.0 Enterprise Server Compatibility
- adds the ability to connect a github client with an enterprise server's domain instead of using the default
api.github.com
- specify
GITHUB_API_BASE_URL
in the .yml file if using enterprise
v1.0.0 Condition Sets
- Using V2 Scan Endpoint with Condition Sets
- Update Readme
v0.0.7 CRYTOGRAPHIC Enum Fix
- Updated generated Detector enum value from
CRYPTOGRAPHIC_TOKEN
toCRYPTOGRAPHIC_KEY
v0.0.6: Default Nightfall Config
- Use default config (API_KEY and CRYPTOGRAPHIC_TOKEN) detectors when config file does not exist
v0.0.5 Make Github Token Optional for CircleCI
- allow users of the CircleCI Orb to run scan without Github Token (findings will only be logged to CircleCI UI)
- fix bug caused by outdated comments
v0.0.4: Add CircleCI Orb Integration
- allow nightfall_code_scanner to be run from CircleCI Workflow
v0.0.3: Update Nightfall Config detectors to be array (#23)
- update detectors config
- add token exclusion rules
- add file exclusion rules
- add file inclusion rules
v0.0.2: Change NIGHTFALL_GITHUB_TOKEN env var name (#3)
simplify the way we interact with the GITHUB_TOKEN env variable