Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbro committed Jan 29, 2024
1 parent 719e1e6 commit 7d2d136
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ inputs:
access_token:
description: 'Polaris access token'
required: true
windows_install_into_temp:
description: |
Set to "true" to enable
Windows Only: Should Coverity on Polaris be installed into a temporary folder in TEMP
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.
There is more space available on the system disk where the TEMP location is.
required: false
```
## Usage
Expand Down Expand Up @@ -44,7 +51,7 @@ jobs:
dotnet restore
- name: Static application security testing
uses: visma-prodsec/coverity-on-polaris-workflow@v1
uses: visma-prodsec/coverity-on-polaris-workflow@v2.1
with:
api_url: ${{ vars.COVERITY_ON_POLARIS_API_URL }}
access_token: ${{ secrets.COVERITY_ON_POLARIS_ACCESS_TOKEN }}
Expand Down Expand Up @@ -79,8 +86,9 @@ jobs:
run: dotnet restore

- name: Static application security testing
uses: visma-prodsec/coverity-on-polaris-workflow@v1
uses: visma-prodsec/coverity-on-polaris-workflow@v2.1
with:
api_url: ${{ vars.COVERITY_ON_POLARIS_API_URL }}
access_token: ${{ secrets.COVERITY_ON_POLARIS_ACCESS_TOKEN }}
windows_install_into_temp: true
```

0 comments on commit 7d2d136

Please sign in to comment.