fix vulnscan
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Paolo Asperti 2023-12-13 11:44:13 +01:00
parent cbc162e79c
commit 8c786b4594
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 4 additions and 0 deletions

View File

@ -3,11 +3,15 @@ name: Vulnerability Scan
on: on:
schedule: schedule:
- cron: "0 14 * * *" - cron: "0 14 * * *"
workflow_dispatch:
jobs: jobs:
scan: scan:
name: Daily Vulnerability Scan name: Daily Vulnerability Scan
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps: steps:
- name: Pull docker image - name: Pull docker image
run: docker pull docker.asperti.com/paspo/glpi:latest run: docker pull docker.asperti.com/paspo/glpi:latest