Skip to content

Commit c1770ad

Browse files
authored
Merge pull request #3 from nightfallai/UpdateJobDescription
[semver:major] First Major Release 1.0.0
2 parents d5cd4dc + cce514b commit c1770ad

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ workflows:
5555
when: << pipeline.parameters.run-integration-tests >>
5656
jobs:
5757
# your integration test jobs go here: essentially, run all your orb's
58-
# jobs and commands to ensure they behave as expected. or, run other
58+
# jobs and commands to ensure they behave as expected or, run other
5959
# integration tests of your choosing
6060

6161
- nightfall_code_scanner/scan

orb.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: 2.1
22
description: |
3-
Nightfall DLP Orb: A code review tool that protects you from committing sensitive information to your repositories. 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:
9-
description: Scan Pull Requests and Commits for sensitive findings
9+
description: |
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.
1011
docker:
1112
- image: nightfallai/nightfall_code_scanner:v0.0.7
1213
parameters:

src/@orb.yml

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

33
description: >
4-
Nightfall DLP Orb: A code review tool that protects you from committing sensitive information to your repositories.
5-
You must set the NIGHTFALL_API_KEY as a project environment variable to use this orb.
6-
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.
75
86
97
# This information will be displayed in the orb registry and is not mandatory.

src/jobs/scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
description: Scan Pull Requests and Commits for sensitive findings
1+
description: |
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.
23
docker:
34
- image: 'nightfallai/nightfall_code_scanner:v0.0.7'
45
parameters:

0 commit comments

Comments
 (0)