File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,42 +2,24 @@ name: Synopsys Intelligent Security Scan
22
33on :
44 push :
5- branches :
6- - main
7- - develop
8- pull_request :
9- branches :
10- - main
5+ branches : [ "main", "develop" ]
116 workflow_dispatch :
127
138jobs :
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
You can’t perform that action at this time.
0 commit comments