Skip to content

Commit

Permalink
Update Contrast SAST Scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyangW committed Apr 11, 2024
1 parent 25d5f39 commit ffc7b85
Showing 1 changed file with 8 additions and 28 deletions.
36 changes: 8 additions & 28 deletions .github/workflows/contrast-sast-scan.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,14 @@
name: Contrast SAST Scan

on:
workflow_call:
pull_request:
push:
branches:
- master
- main
workflow_dispatch:

jobs:
sast-scan:
runs-on: ubuntu-latest
name: Run Contrast SAST Scan

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'

- name: Run Contrast SAST Scan
uses: ibm-skills-network/action-sast-scan@main
with:
contrast-api-url: ${{ vars.CONTRAST__API__URL }}
jfrog-token: ${{ secrets.JFROG_TOKEN }}
contrast-api-agent-version: ${{ vars.CONTRAST_AGENT_VERSION }}
contrast-api-user-name: ${{ secrets.CONTRAST__API__USER_NAME }}
contrast-api-api-key: ${{ secrets.CONTRAST__API__API_KEY }}
contrast-api-service-key: ${{ secrets.CONTRAST__API__SERVICE_KEY }}
contrast-api-organization: ${{ secrets.CONTRAST__API__ORGANIZATION }}
contrast-api-auth-token: ${{ secrets.CONTRAST__AUTH__TOKEN }}
contrast-api-resource-group: ${{ vars.CONTRAST_RESOURCE_GROUP }}
file-to-be-scanned: ${{ github.workspace }}
project-name: ${{ github.repository }}
uses: ibm-skills-network/.github/.github/workflows/contrast-sast-scan.yml@main
secrets: inherit

0 comments on commit ffc7b85

Please sign in to comment.