Skip to content

Commit b944217

Browse files
committed
SCAN-5903 : Use latest local scanner and update README.
1 parent 56ad260 commit b944217

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This GitHub action lets you use Contrast Local Scanner to detect vulnerabilities
44

55
## Local Scan Engine
66

7-
The github action uses Contrast local scan engine version 1.1.7.
7+
The github action uses Contrast local scan engine version 1.1.8.
88

99
Release notes for the local scan engine can be viewed here [Scan Release Notes](https://docs.contrastsecurity.com/en/scan-release-notes-and-archive.html)
1010

@@ -22,6 +22,7 @@ Release notes for the local scan engine can be viewed here [Scan Release Notes](
2222
- Kotlin
2323
- PHP
2424
- Python
25+
- Ruby
2526
- Scala
2627
- VB.NET
2728

@@ -122,6 +123,7 @@ up. After which, complete the following steps:
122123
- resourceGroup : Passes the -r option to the Contrast local scanner to associate newly created projects with the specified resource group.
123124
- severity : Set this to cause the build to fail if vulnerabilities are found at this severity or higher. Valid values are critical, high, medium, low, note.
124125
- timeout: Execution timeout (in minutes) setting passed to the underlying scan engine. Defaulted to 60 minutes.
126+
- new: If set to true, only new vulnerabilities will cause a failure in the job or checks conditions. (Defaulted to true if scanning a branch).
125127
126128
## Branching
127129

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const ref = getRef();
8989
const label = core.getInput("label") || ref;
9090

9191
// Pinning the local scanner version
92-
const localScannerVersion = "1.1.7";
92+
const localScannerVersion = "1.1.8";
9393

9494
const memory = core.getInput("memory");
9595
const path = core.getInput("path") || process.env.GITHUB_WORKSPACE;

0 commit comments

Comments
 (0)