Skip to content

Scan - test 6

Scan - test 6 #11

Workflow file for this run

name: Scan for vulnerabilities
on:
push:
branches:
- main
jobs:
changed_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed files
run: |
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
# - name: Build
# uses: docker/build-push-action@v4
# with:
# context: .
# push: true
# tags: user/app:latest
- name: Container Scan
uses: crazy-max/[email protected]
with:
image: vulnerables/web-dvwa:latest