Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,15 @@ The tool will need some information passed to it as parameters (many are optiona
* Enter the branch name where the baseline file should be stored
* create_baseline_from:
* From which results should the baseline file be created. standard = full results || filtered = filtered results


## Using authenticated proxies
If you are using authenticated proxies you must provide 4 environment variables
PROXY_HOST
PROXY_PORT
PROXY_USER
PROXY_PASS
Make sure to mask at least the PROXY_PASS environment variables

### ATTENTION
If you store a baseline file from a pipeline scan the action will commit and push that file to a specified branch on the same repository using these commands:
```sh
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ inputs:
summary_output:
description: 'Enter true to save the scan results as a human-readable file. Default is false.'
required: false
default: true
summary_output_file:
description: 'Enter the filename of the scan results summary file. The file is stored in the current directory. Default is results.txt.'
required: false
Expand Down
Loading