Skip to content

Commit

Permalink
fix: Fixed integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Jan 21, 2025
1 parent 2ffe17e commit 568a130
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
ZSCALER_CLIENT_SECRET: ${{ secrets.ZSCALER_CLIENT_SECRET }}
ZSCALER_VANITY_DOMAIN: ${{ secrets.ZSCALER_VANITY_DOMAIN }}
ZSCALER_CLOUD: ${{ secrets.ZSCALER_CLOUD }}
ZSCALER_SDK_LOG: ${{ secrets.ZSCALER_SDK_LOG }}
ZSCALER_SDK_VERBOSE: ${{ secrets.ZSCALER_SDK_VERBOSE }}
# ZSCALER_SDK_LOG: ${{ secrets.ZSCALER_SDK_LOG }}
# ZSCALER_SDK_VERBOSE: ${{ secrets.ZSCALER_SDK_VERBOSE }}
ZIA_SDK_TEST_SWEEP: ${{ secrets.ZIA_SDK_TEST_SWEEP }}
ZSCALER_SANDBOX_TOKEN: ${{ secrets.ZSCALER_SANDBOX_TOKEN }}
ZSCALER_SANDBOX_CLOUD: ${{ secrets.ZSCALER_SANDBOX_CLOUD }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zpa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
ZSCALER_VANITY_DOMAIN: ${{ secrets.ZSCALER_VANITY_DOMAIN }}
ZSCALER_CLOUD: ${{ secrets.ZSCALER_CLOUD }}
ZPA_CUSTOMER_ID: ${{ secrets.ZPA_CUSTOMER_ID }}
ZSCALER_SDK_LOG: ${{ secrets.ZSCALER_SDK_LOG }}
ZSCALER_SDK_VERBOSE: ${{ secrets.ZSCALER_SDK_VERBOSE }}
# ZSCALER_SDK_LOG: ${{ secrets.ZSCALER_SDK_LOG }}
# ZSCALER_SDK_VERBOSE: ${{ secrets.ZSCALER_SDK_VERBOSE }}
ZPA_SDK_TEST_SWEEP: ${{ secrets.ZPA_SDK_TEST_SWEEP }}
OKTA_CLIENT_ORGURL: ${{ secrets.OKTA_CLIENT_ORGURL }}
OKTA_CLIENT_TOKEN: ${{ secrets.OKTA_CLIENT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions zscaler/zia/services/sslinspection/sslinspection.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ type SSLInspectionRules struct {
// The name of the SSL Inspection rule
Name string `json:"name,omitempty"`

// Additional information about the Sandbox rule
// Additional information about the SSL Inspection rule
Description string `json:"description,omitempty"`

// The action taken when traffic matches the DLP policy rule criteria.
// The action taken when traffic matches the SSL Inspection rule criteria.
Action Action `json:"action,omitempty"`

// Enables or disables the DLP policy rule.
// Enables or disables the SSL Inspection rule.
State string `json:"state,omitempty"`

// Access privilege to this rule based on the admin's RBA
Expand Down

0 comments on commit 568a130

Please sign in to comment.