Skip to content

3.835.0

3.835.0 #743

# v1.2
name: Platform OWASP ZAP
on:
push:
paths-ignore:
- '.github/**'
- 'docs/**'
- 'build/**'
- 'README.md'
- 'LICENSE'
- '**/argoDeploy.json'
branches: [ dev ]
workflow_dispatch:
jobs:
owasp:
runs-on: ubuntu-latest
steps:
- name: Install VirtoCommerce.GlobalTool
uses: VirtoCommerce/vc-github-actions/setup-vcbuild@master
- name: Docker Login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: $GITHUB_ACTOR
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker Env
uses: VirtoCommerce/vc-github-actions/docker-env@master
with:
githubUser: ${{ env.GITHUB_ACTOR }}
githubToken: ${{ env.GITHUB_TOKEN }}
platformImage: ghcr.io/virtocommerce/platform
storefrontImage: ghcr.io/virtocommerce/storefront
validateSwagger: 'false'
- name: OWASP ZAP Full Scan
uses: zaproxy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: 'http://localhost:8090'
cmd_options: '-a -d'