Skip to content

Commit

Permalink
fix blackduck token key (#457)
Browse files Browse the repository at this point in the history
* fix blackduck token key

* update blackduck action to 1.10.0
  • Loading branch information
tuxtof authored Jul 11, 2024
1 parent 85e5d47 commit 6601c72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/synopsys-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: devbox run -- make build

- name: Black Duck Full Scan
uses: synopsys-sig/synopsys-action@v1.7.0
uses: synopsys-sig/synopsys-action@v1.10.0
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_apiToken: ${{ secrets.BLACKDUCK_API_TOKEN }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
blackduck_scan_full: true
blackduck_scan_failure_severities: 'BLOCKER,CRITICAL'
4 changes: 2 additions & 2 deletions .github/workflows/synopsys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Black Duck Full Scan
if: ${{ github.event_name != 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.7.0
uses: synopsys-sig/synopsys-action@v1.10.0
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Black Duck PR Scan
if: ${{ github.event_name == 'pull_request' }}
uses: synopsys-sig/synopsys-action@v1.7.0
uses: synopsys-sig/synopsys-action@v1.10.0
env:
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
with:
Expand Down

0 comments on commit 6601c72

Please sign in to comment.