Skip to content

Commit

Permalink
feat: Updated .github/workflows/synopsys-io.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Dec 31, 2023
1 parent 10d0aa1 commit 2926a95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/synopsys-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set IO_SERVER_URL variable
uses: actions/github-script@v3
with:
script: |
if (!process.env.IO_SERVER_URL) {
process.env.IO_SERVER_URL = 'https://io-server.example.com';
}
- name: Synopsys Intelligent Security Scan
id: prescription
uses: synopsys-sig/intelligent-security-scan@48eedfcd42bc342a294dc495ac452797b2d9ff08
Expand Down

0 comments on commit 2926a95

Please sign in to comment.