Skip to content

Commit 7d2d136

Browse files
committed
Update readme
1 parent 719e1e6 commit 7d2d136

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ inputs:
1313
access_token:
1414
description: 'Polaris access token'
1515
required: true
16+
windows_install_into_temp:
17+
description: |
18+
Set to "true" to enable
19+
Windows Only: Should Coverity on Polaris be installed into a temporary folder in TEMP
20+
Normal github private runners only have 14GB of space, if you have a huge repository, or build big binaries, you might run out of space on the scratch disk.
21+
There is more space available on the system disk where the TEMP location is.
22+
required: false
1623
```
1724
1825
## Usage
@@ -44,7 +51,7 @@ jobs:
4451
dotnet restore
4552
4653
- name: Static application security testing
47-
uses: visma-prodsec/coverity-on-polaris-workflow@v1
54+
uses: visma-prodsec/coverity-on-polaris-workflow@v2.1
4855
with:
4956
api_url: ${{ vars.COVERITY_ON_POLARIS_API_URL }}
5057
access_token: ${{ secrets.COVERITY_ON_POLARIS_ACCESS_TOKEN }}
@@ -79,8 +86,9 @@ jobs:
7986
run: dotnet restore
8087

8188
- name: Static application security testing
82-
uses: visma-prodsec/coverity-on-polaris-workflow@v1
89+
uses: visma-prodsec/coverity-on-polaris-workflow@v2.1
8390
with:
8491
api_url: ${{ vars.COVERITY_ON_POLARIS_API_URL }}
8592
access_token: ${{ secrets.COVERITY_ON_POLARIS_ACCESS_TOKEN }}
93+
windows_install_into_temp: true
8694
```

0 commit comments

Comments
 (0)