-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,14 @@ Default Value: __false__ | |
### `url` | ||
**Optional** - specify a remote repository URL for scanning. It will not scan the current repository in which the workflow is running | ||
|
||
### `path` | ||
__Optional__ - a relative path for the scan to start. | ||
This attribute is useful in scenarios where the actual code is not in the root of the repository. An example would be mono repo where the repository is home for multiple projects | ||
|
||
Default Value: __`.`__ (repository root folder) | ||
|
||
> :exclamation: This attribute is ignored if a __`url`__ attribute is also in use | ||
### `quick` | ||
__Optional__ - run the Veracode SCA scan with the `--quick` flag | ||
|
||
|
@@ -67,7 +75,7 @@ jobs: | |
- name: Run Veracode SCA | ||
env: | ||
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} | ||
uses: lerer/[email protected].0 | ||
uses: lerer/[email protected].1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
url: "https://github.com/Lerer/veracode-pipeline-scan-results-to-sarif" | ||
|
@@ -99,11 +107,22 @@ jobs: | |
- name: Run Veracode SCA | ||
env: | ||
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} | ||
uses: lerer/[email protected].0 | ||
uses: lerer/[email protected].1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
quick: true | ||
create-issues: true | ||
fail-on-cvss: 1 | ||
min-cvss-for-issue: 1 | ||
``` | ||
## User Interface | ||
### Issues List | ||
<p align="center"> | ||
<img src="/media/issues-list.png" width="700px" alt="Issues List"/> | ||
</p> | ||
### Individual Issue | ||
<p align="center"> | ||
<img src="/media/issue.png" width="700px" alt="Individual issues ticket content"/> | ||
</p> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.