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: README.md
+16-20Lines changed: 16 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,13 @@ for [Orca Shift Left Security](https://orca.security/solutions/shift-left-securi
5
5
6
6
#### More info can be found in the official Orca Shift Left Security<ahref="https://docs.orcasecurity.io/v1/docs/shift-left-security"> documentation</a>
7
7
8
-
9
-
10
8
## Table of Contents
11
9
12
-
-[Orca Shift Left Security Action](#orca-shift-left-security-action)
13
-
- [More info can be found in the official Orca Shift Left Security documentation](#more-info-can-be-found-in-the-official-orca-shift-left-security-documentation)
# Scan for each push event on your protected branch. If you have a different branch configured, please adjust the configuration accordingly by replacing 'main'.
30
24
push:
31
-
branches: ["main"]
25
+
branches: ["main"]
32
26
# NOTE: To enable scanning for pull requests, uncomment the section below.
33
27
#pull_request:
34
-
#branches: [ "main" ]
28
+
#branches: [ "main" ]
35
29
# NOTE: To schedule a daily scan at midnight, uncomment the section below.
36
30
#schedule:
37
-
#- cron: '0 0 * * *'
31
+
#- cron: '0 0 * * *'
38
32
jobs:
39
33
orca-iac_scan:
40
34
name: Orca IaC Scan
@@ -59,7 +53,7 @@ jobs:
59
53
### Inputs
60
54
61
55
| Variable | Example Value | Description | Type | Required | Default |
| path | terraform,sub-dir,other-sub-dir/Dockerfile | Paths or directories to scan (comma-separated) | String | Yes | N/A |
@@ -87,15 +81,18 @@ jobs:
87
81
| log_path | results/ | The directory path to specify where the logs should be written to on debug mode. | String | No | working directory |
88
82
89
83
## Annotations
84
+
90
85
After scanning, the action will add the results as annotations in a pull request:
91
86
92
87

93
-
> **NOTE:** Annotations can be disabled by setting the "show_annotation" input to "false"
94
88
89
+
> **NOTE:** Annotations can be disabled by setting the "show_annotation" input to "false"
95
90
96
91
## Upload SARIF report
92
+
97
93
If you have [GitHub code scanning](https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) available you can use Orca Shift Left Security as a scanning tool
98
-
> **NOTE:** Code scanning is available for all public repositories. Code scanning is also available in private repositories owned by organizations that use GitHub Enterprise Cloud and have a license for GitHub Advanced Security.
94
+
95
+
> **NOTE:** Code scanning is available for all public repositories. Code scanning is also available in private repositories owned by organizations that use GitHub Enterprise Cloud and have a license for GitHub Advanced Security.
Copy file name to clipboardExpand all lines: SECURITY.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
-
2
1
## Reporting a Vulnerability
3
2
4
-
At Orca, we take security seriously and appreciate your help in disclosing any vulnerabilities responsibly and privately.
3
+
At Orca, we take security seriously and appreciate your help in disclosing any vulnerabilities responsibly and privately.
5
4
6
5
To report a security issue, please email us at address `[email protected]`
7
6
8
7
---
8
+
9
9
**Important:**
10
-
1. Please **do not** create a Github issue for security vulnerabilities.
11
-
2. Please **do not** disclose the vulnerability publicly until we have addressed it and provided guidance on the disclosure.
12
-
3. Please include the following details in your report:
13
-
- Description of the vulnerability
14
-
- Steps to reproduce the vulnerability
15
-
- Any additional information or context that might be helpful
10
+
11
+
1. Please **do not** create a Github issue for security vulnerabilities.
12
+
2. Please **do not** disclose the vulnerability publicly until we have addressed it and provided guidance on the disclosure.
13
+
3. Please include the following details in your report:
14
+
- Description of the vulnerability
15
+
- Steps to reproduce the vulnerability
16
+
- Any additional information or context that might be helpful
17
+
16
18
---
17
19
18
20
> Submission of reports by any means is subject to Orca's [Vulnerability Disclosure Policy](https://trustcenter.orca.security/?itemUid=ff1626be-71c0-4468-b93c-82fe08aac01f&source=documents_card). Please make sure to read and accept before submitting your report.
0 commit comments