fix vulnscan
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
cbc162e79c
commit
8c786b4594
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user