Support Redis Skip Certificate Verification (AST-000) #2
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Scans | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, closed] | ||
branches: "*" | ||
jobs: | ||
deploy-service: | ||
uses: Checkmarx-Containers/containers-github-actions-workflows/.github/workflows/deploy_package.yml@main | ||
Check failure on line 10 in .github/workflows/run_scans.yml
|
||
with: | ||
package-name: 'CxContainers.Distributed' | ||
secrets: inherit |