Skip to content

Commit

Permalink
update to synopsys-action v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckaude committed Oct 3, 2024
1 parent 96af912 commit c99f2bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/blackduck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Maven Build
run: mvn -B -DskipTests package
- name: Black Duck Scan
uses: synopsys-sig/synopsys-action@v1.12.0
uses: synopsys-sig/synopsys-action@v1.13.0
env:
DETECT_PROJECT_NAME: ${{ github.event.repository.name }}
with:
Expand All @@ -41,3 +41,4 @@ jobs:
# with:
# name: bridge-logs
# path: ${{ github.workspace }}/.bridge
# include-hidden-files: true
3 changes: 2 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: microsoft
cache: maven
- name: Coverity Scan
uses: synopsys-sig/synopsys-action@v1.12.0
uses: synopsys-sig/synopsys-action@v1.13.0
with:
coverity_url: ${{ vars.COVERITY_URL }}
coverity_user: ${{ secrets.COV_USER }}
Expand All @@ -36,3 +36,4 @@ jobs:
# with:
# name: bridge-logs
# path: ${{ github.workspace }}/.bridge
# include-hidden-files: true
3 changes: 2 additions & 1 deletion .github/workflows/polaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: microsoft
cache: maven
- name: Polaris Scan
uses: synopsys-sig/synopsys-action@v1.12.0
uses: synopsys-sig/synopsys-action@v1.13.0
with:
polaris_server_url: ${{ vars.POLARIS_SERVERURL }}
polaris_access_token: ${{ secrets.POLARIS_ACCESSTOKEN }}
Expand All @@ -37,3 +37,4 @@ jobs:
# with:
# name: bridge-logs
# path: ${{ github.workspace }}/.bridge
# include-hidden-files: true
3 changes: 2 additions & 1 deletion .github/workflows/srm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: microsoft
cache: maven
- name: SRM Scan
uses: synopsys-sig/synopsys-action@v1.12.0
uses: synopsys-sig/synopsys-action@v1.13.0
with:
srm_url: ${{ vars.SRM_URL }}
srm_apikey: ${{ secrets.SRM_APIKEY }}
Expand All @@ -34,3 +34,4 @@ jobs:
# with:
# name: bridge-logs
# path: ${{ github.workspace }}/.bridge
# include-hidden-files: true

0 comments on commit c99f2bf

Please sign in to comment.