Skip to content

Releases: nightfallai/nightfall_code_scanner

v1.1.0 Enterprise Server Compatibility

11 Mar 16:13
565a65c
Compare
Choose a tag to compare
  • 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

20 Oct 20:52
f18317e
Compare
Choose a tag to compare
  • Using V2 Scan Endpoint with Condition Sets
  • Update Readme

v0.0.7 CRYTOGRAPHIC Enum Fix

11 Sep 16:42
46da897
Compare
Choose a tag to compare
  • Updated generated Detector enum value from CRYPTOGRAPHIC_TOKEN to CRYPTOGRAPHIC_KEY

v0.0.6: Default Nightfall Config

10 Sep 17:51
dbaa5df
Compare
Choose a tag to compare
  • Use default config (API_KEY and CRYPTOGRAPHIC_TOKEN) detectors when config file does not exist

v0.0.5 Make Github Token Optional for CircleCI

04 Sep 17:09
792a7da
Compare
Choose a tag to compare
  • 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

02 Sep 16:37
3b54d0b
Compare
Choose a tag to compare
  • allow nightfall_code_scanner to be run from CircleCI Workflow

v0.0.3: Update Nightfall Config detectors to be array (#23)

12 Aug 23:49
aa26664
Compare
Choose a tag to compare
  • 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)

31 Jul 19:20
3c0800f
Compare
Choose a tag to compare

simplify the way we interact with the GITHUB_TOKEN env variable

v0.0.1

30 Jul 21:59
41fcc8b
Compare
Choose a tag to compare
Update README.md