Skip to content

Fix 2 vulnerable dependencies identified by Prisma Cloud #71

Fix 2 vulnerable dependencies identified by Prisma Cloud

Fix 2 vulnerable dependencies identified by Prisma Cloud #71

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag vfe:latest
- name: Prisma Cloud Image Scan
id: scan
uses: PaloAltoNetworks/prisma-cloud-scan@v1.5
with:
pcc_console_url: ${{ secrets.PCC_CONSOLE_URL }}
pcc_user: ${{ secrets.PCC_USER }}
pcc_pass: ${{ secrets.PCC_PASS }}
image_name: vfe:latest