Skip to content

Commit

Permalink
Merge pull request #60 from raoganeshr/main
Browse files Browse the repository at this point in the history
Added publish flag to avoid publishing the results to the Prisma Console
  • Loading branch information
sgordon46 authored Jun 24, 2024
2 parents f7ff923 + 9ae6a30 commit 124b48d
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 174 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
| `docker_tlscert` | Path to the Docker client certificate | No | |
| `docker_tlskey` | Path to the Docker client private key | No | |
| `twistcli_debug` | Activate the debug flag for prisma cli (by default deactivated) | No | |
| `twistcli_publish` | Publish the results to Prisma Cloud. Default is true. | No | |

### Outputs
| Output | Description |
Expand Down
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ inputs:
twistcli_debug:
description: Activate the twistlock debug mode
required: false
twistcli_publish:
description: Publish the results to Prisma Cloud
default: true
required: false
type: boolean
outputs:
results_file:
description: File containing scan results
Expand Down
Loading

0 comments on commit 124b48d

Please sign in to comment.