You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
-[Getting Started](./getting-started.md) - Recommended if you are just starting to explore the NowSecure Action and have a GHAS license
4
4
-[GitHub Issues Integration](./issues.md) - Recommended if you do not have a GHAS license and want to integrate NowSecure alerts into GitHub issues
5
5
-[Advanced Configurations](./advanced-configurations.md) - Details addtional configuration options for the NowSecure Action
6
-
-[Migrating to V3](./migrating-to-v3.md) - For users who have existing NowSecure Action integration and want to upgrade to V3
6
+
-[Migrating from < V3](./migrating-to-v3.md) - For users who have an early version of the NowSecure Action integration and want to upgrade to a version greater than V3
7
7
8
-
Example workflows can be found in the [workflows](../workflows) folder.
8
+
Example workflows can be found in the [workflows](../.github/workflows) folder.
Copy file name to clipboardExpand all lines: docs/getting-started.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ To use this action an active NowSecure Platform account is required. If you **_a
19
19
20
20
## Basic Configuration
21
21
22
+
> Note: The NowSecure action is dependent upon the results of the NowSecure assessment. If the assessment fails, the action will also fail.
23
+
22
24
### For a New Workflow
23
25
24
26
For the easiest setup, see the [example annotated workflow](../.github/workflows/basic-example.yml) in this repository's `./github/workflows/` directory.
0 commit comments