Skip to content

Commit

Permalink
Explain the effect of current job on monitoring (#237)
Browse files Browse the repository at this point in the history
The current job concept is explained directly on the continuous
monitoring page since this is where the impact is most clearly seen.
  • Loading branch information
kylewillmon authored Nov 21, 2024
1 parent 9d3ad53 commit 4c52206
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/knowledge_base/continuous_monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ Phylum Continuous Monitoring ensures the accuracy of package issue data without

## How It Works

The Phylum platform monitors for new issues that impact dependencies in your project and will re-run your policy when one is found. If that issue violates your policy, we will fire off any configured [notifications] and also unsuppress the package if you previously had it suppressed, so you can address the newly found issue.
The Phylum platform monitors for new issues that impact dependencies in your project's current job (see below for details) and will re-run your policy when one is found. If that issue violates your policy, we will fire off any configured [notifications] and also unsuppress the package if you previously had it suppressed, so you can address the newly found issue.

[notifications]: ../knowledge_base/notifications.md

### Current Job

A project's current job is the latest job that has been submitted with the project's default label. The default label can be set from the "Preferences" tab of the project in the [Phylum UI][phylum_ui] or [with the Phylum CLI][project_update].

If no default label has been set, the project's current job will be the latest job submitted, regardless of label.

[phylum_ui]: https://app.phylum.io
[project_update]: https://docs.phylum.io/cli/commands/phylum_project_update

## How to Activate

No activation required! Continuous Monitoring is a default platform feature for all Phylum accounts. Phylum Pro users have the additional option to trigger [notifications] on new Continuous Monitoring violations.

0 comments on commit 4c52206

Please sign in to comment.