Skip to content

Commit cce514b

Browse files
committed
update descriptions
1 parent ba9e0ec commit cce514b

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

orb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 2.1
22
description: |
3-
The Nightfall DLP CircleCI Orb scans your code commits for sensitive information - like credentials & secrets, PII, credit card numbers & more - and posts review comments to your code hosting service automatically. The Nightfall DLP CircleCI Orb is intended to be used as a part of your CI to simplify the development process, improve your security, and ensure you never accidentally leak secrets or other sensitive information via an accidental commit. You must set the NIGHTFALL_API_KEY as a project environment variable to use this orb. View this orb's source and README for usage instructions: https://github.com/nightfallai/nightfall_circle_orb.
3+
Scan your application code for sensitive data on every CircleCI build using Nightfall’s Data Loss Prevention (DLP) orb. Classify and protect your credentials, PII, credit card numbers and more to avoid committing sensitive information to your repositories.
44
display:
55
home_url: https://nightfall.ai
66
source_url: https://github.com/nightfallai/nightfall_circle_orb
77
jobs:
88
scan:
99
description: |
10-
Scan Pull Requests and Commits for sensitive findings. You must set the NIGHTFALL_API_KEY as a project environment variable to use this orb. View this orb's source and README for usage instructions: https://github.com/nightfallai/nightfall_circle_orb.
10+
Scan Pull Requests and Commits for sensitive findings. You must set the NIGHTFALL_API_KEY as a CircleCI project environment variable to use this orb. View this orb's source and README for usage instructions.
1111
docker:
1212
- image: nightfallai/nightfall_code_scanner:v0.0.7
1313
parameters:

src/@orb.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
version: 2.1
22

33
description: >
4-
The Nightfall DLP CircleCI Orb scans your code commits for sensitive information - like credentials & secrets, PII, credit card numbers & more - and posts review comments to your code hosting service automatically.
5-
The Nightfall DLP CircleCI Orb is intended to be used as a part of your CI to simplify the development process, improve your security, and ensure you never accidentally leak secrets or other sensitive information via an accidental commit.
6-
You must set the NIGHTFALL_API_KEY as a project environment variable to use this orb.
7-
View this orb's source and README for usage instructions: https://github.com/nightfallai/nightfall_circle_orb.
4+
Scan your application code for sensitive data on every CircleCI build using Nightfall’s Data Loss Prevention (DLP) orb. Classify and protect your credentials, PII, credit card numbers and more to avoid committing sensitive information to your repositories.
85
96
107
# This information will be displayed in the orb registry and is not mandatory.

src/jobs/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: |
2-
Scan Pull Requests and Commits for sensitive findings. You must set the NIGHTFALL_API_KEY as a project environment variable to use this orb. View this orb's source and README for usage instructions: https://github.com/nightfallai/nightfall_circle_orb.
2+
Scan Pull Requests and Commits for sensitive findings. You must set the NIGHTFALL_API_KEY as a CircleCI project environment variable to use this orb. View this orb's source and README for usage instructions.
33
docker:
44
- image: 'nightfallai/nightfall_code_scanner:v0.0.7'
55
parameters:

0 commit comments

Comments
 (0)