Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julz0815 committed Nov 2, 2022
1 parent ccd0f47 commit a1ddbf9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Veracode Sandboxes Helper
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Lerer_veracode-sandboxes-helper&metric=alert_status)](https://sonarcloud.io/dashboard?id=Lerer_veracode-sandboxes-helper)


An Action to handle Sandboxes mainly as a set of clean-up activities such as:
- Deleting a sandbox
Expand Down Expand Up @@ -77,7 +75,7 @@ jobs:
env:
VERACODE_API_ID: '${{ secrets.VERACODE_API_ID }}'
VERACODE_API_SECRET: '${{ secrets.VERACODE_API_SECRET }}'
uses: lerer/[email protected].1
uses: veracode/[email protected].0
with:
activity: "remove-sandbox"
app-name: "<YOUR VERACODE APPLICATION NAME>"
Expand Down Expand Up @@ -110,7 +108,7 @@ jobs:
env:
VERACODE_API_ID: '${{ secrets.VERACODE_API_ID }}'
VERACODE_API_SECRET: '${{ secrets.VERACODE_API_SECRET }}'
uses: lerer/[email protected].1
uses: veracode/[email protected].0
with:
activity: "clean"
app-name: "<YOUR VERACODE APPLICATION NAME>"
Expand Down Expand Up @@ -145,7 +143,7 @@ jobs:
env:
VERACODE_API_ID: '${{ secrets.VERACODE_API_ID }}'
VERACODE_API_SECRET: '${{ secrets.VERACODE_API_SECRET }}'
uses: lerer/[email protected].1
uses: veracode/[email protected].0
with:
activity: "promote-latest-scan"
app-name: "<YOUR VERACODE APPLICATION NAME>"
Expand Down

0 comments on commit a1ddbf9

Please sign in to comment.