Skip to content

Commit 46e918d

Browse files
authored
Update synopsys-io.yml
1 parent 23f4803 commit 46e918d

1 file changed

Lines changed: 4 additions & 22 deletions

File tree

.github/workflows/synopsys-io.yml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,24 @@ name: Synopsys Intelligent Security Scan
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- develop
8-
pull_request:
9-
branches:
10-
- main
5+
branches: [ "main", "develop" ]
116
workflow_dispatch:
127

138
jobs:
14-
security-scan:
15-
name: Synopsys Intelligent Security Scan
9+
synopsys-io:
1610
runs-on: ubuntu-latest
17-
1811
permissions:
1912
contents: read
2013
security-events: write
2114
actions: read
2215

2316
steps:
24-
- name: Checkout source
17+
- name: Checkout
2518
uses: actions/checkout@v4
2619

2720
- name: Synopsys Intelligent Security Scan
2821
uses: blackduck-inc/intelligent-security-scan@2023.3.3
2922
with:
3023
ioServerUrl: ${{ secrets.IO_SERVER_URL }}
3124
ioServerToken: ${{ secrets.IO_SERVER_TOKEN }}
32-
stage: "IO"
33-
34-
# Optional configuration
35-
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
36-
blackduck_token: ${{ secrets.BLACKDUCK_TOKEN }}
37-
coverity_url: ${{ secrets.COVERITY_URL }}
38-
coverity_token: ${{ secrets.COVERITY_TOKEN }}
39-
40-
env:
41-
# Optional proxy support
42-
HTTP_PROXY: ${{ secrets.HTTP_PROXY }}
43-
HTTPS_PROXY: ${{ secrets.HTTPS_PROXY }}
25+
stage: IO

0 commit comments

Comments
 (0)