Skip to content

Releases: Contrast-Security-OSS/contrast-sca-action

v3.2.1-v32gb9d3abc.2.sha.b9d3abc

26 Jun 19:06
06aedad
Compare
Choose a tag to compare
Merge pull request #42 from Contrast-Security-OSS/cli-v3.2.1

Update action.yml

v3.2.0

10 Jun 14:34
06aedad
Compare
Choose a tag to compare

Update cli version to latest

v3.1.1

10 Jun 14:27
06aedad
Compare
Choose a tag to compare
Merge pull request #42 from Contrast-Security-OSS/cli-v3.2.1

Update action.yml

v3

29 Nov 16:08
06aedad
Compare
Choose a tag to compare
Merge pull request #42 from Contrast-Security-OSS/cli-v3.2.1

Update action.yml

Upgrade CLI to 3.2.0

09 Jun 09:19
ab1ea9c
Compare
Choose a tag to compare

Upgrades the cli version to 3.2.0

v3.0.5

09 Jun 09:18
ab1ea9c
Compare
Choose a tag to compare
Merge pull request #41 from Contrast-Security-OSS/update-cli-3.2.0

Update action.yml

v3.0.4

17 Jan 10:18
3dc19f4
Compare
Choose a tag to compare

Adds the ability to specify a proxy url

  - name: Run Contrast SCA Audit
    uses: 'Contrast-Security-OSS/contrast-sca-action@v3'
    with:
      apiKey: ${{ secrets.CONTRAST_GITHUB_APP_API_KEY }}
      authHeader: ${{ secrets.CONTRAST_GITHUB_APP_AUTH_HEADER }}
      orgId: ${{ vars.CONTRAST_GITHUB_APP_ORG_ID }}
      apiUrl: ${{ vars.CONTRAST_GITHUB_APP_TS_URL }}
      filePath: './pom.xml'
      proxy: 'your_proxy_url'

v3.0.3

16 Dec 10:50
0855190
Compare
Choose a tag to compare
Merge pull request #38 from Contrast-Security-OSS/SCA-1901-add-name-arg

SCA-1901- Add name argument as an optional arg to audit command

v3.0.2

29 Nov 16:00
5fb6565
Compare
Choose a tag to compare
Fix issue with OUTPUT_SUMMARY  flag

OUTPUT_SUMMARY is currently being setto false if the customer passes false in as an input where is should actually be set to an empty value so the shell parameter expansion doesn't happen.

Heres an example of how it works

```
warren % export OUTPUT_SUMMARY=
warren% eval echo 'env var is set :' ${OUTPUT_SUMMARY:+" true "}
env var is set :
warren% export OUTPUT_SUMMARY=true
warren% eval echo 'env var is set :' ${OUTPUT_SUMMARY:+" true "}
env var is set : true
```

v3.0.1

23 Oct 14:56
2317b79
Compare
Choose a tag to compare
Merge pull request #36 from Contrast-Security-OSS/v2.3.1

v2.3.2