Skip to content

Commit

Permalink
Update README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Killough committed Feb 4, 2022
1 parent 897eddb commit a7499e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Richly integrate Synopsys Detect into GitHub action workflows.

Configure the action to run Detect in Rapid scan mode to get detailed Black Duck policy reports (default behavior), or in Intelligent scan mode to upload your data into Black Duck for more detailed analysis.
Configure the action to run Detect in Rapid scan mode to get detailed Black Duck policy reports (default behavior), or in Intelligent scan mode to upload your data into Black Duck for more detailed analysis.

![Policy Report Screenshot](.github/policyReport.png)

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
policy-name: 'My Black Duck Policy For GitHub Actions'
no-fail-if-policy-exists: true
- name: Run Synopsys Detect
uses: synopsys-sig/detect-action@v0.0.1
uses: synopsys-sig/detect-action@v0.3.0
env:
NODE_EXTRA_CA_CERTS: ${{ secrets.LOCAL_CA_CERT_PATH }}
with:
Expand All @@ -88,7 +88,7 @@ To do this:

```yaml
- name: Run Synopsys Detect
uses: synopsys-sig/detect-action@v0.0.1
uses: synopsys-sig/detect-action@v0.3.0
env:
NODE_EXTRA_CA_CERTS: /certificates/my_custom_cert.pem
with:
Expand Down Expand Up @@ -120,7 +120,7 @@ The file created through one of those options can then be provided as a value fo

```yaml
- name: Run Synopsys Detect
uses: synopsys-sig/detect-action@v0.0.1
uses: synopsys-sig/detect-action@v0.3.0
env:
NODE_EXTRA_CA_CERTS: ./my-cert.pem
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ Set the scan mode to:
push:
...
- name: Run Synopsys Detect
uses: synopsys-sig/detect-action@v0.0.1
uses: synopsys-sig/detect-action@v0.3.0
env:
NODE_EXTRA_CA_CERTS: ${{ secrets.LOCAL_CA_CERT_PATH }}
with:
Expand All @@ -219,7 +219,7 @@ Set the scan mode to:
- cron: '0 0 * * *'
...
- name: Run Synopsys Detect
uses: synopsys-sig/detect-action@v0.0.1
uses: synopsys-sig/detect-action@v0.3.0
env:
NODE_EXTRA_CA_CERTS: ${{ secrets.LOCAL_CA_CERT_PATH }}
with:
Expand Down Expand Up @@ -249,7 +249,7 @@ Passing additional [Detect properties](https://community.synopsys.com/s/document
**Example**:
```yaml
- name: Synopsys Detect
uses: synopsys-sig/detect-action@v0.0.1
uses: synopsys-sig/detect-action@v0.3.0
env:
DETECT_TOOLS: DOCKER
DETECT_DOCKER_IMAGE_ID: abc123
Expand All @@ -262,7 +262,7 @@ Passing additional [Detect properties](https://community.synopsys.com/s/document
**Example**:
```yaml
- name: Synopsys Detect
uses: synopsys-sig/detect-action@v0.0.1
uses: synopsys-sig/detect-action@v0.3.0
env:
SPRING_APPLICATION_JSON: '{"detect.tools":"DOCKER","detect.docker.image.id":"abc123","detect.docker.path.required":"TRUE"}'
with:
Expand Down

0 comments on commit a7499e1

Please sign in to comment.