Skip to content

Update scan-test.yml #10

Update scan-test.yml

Update scan-test.yml #10

Workflow file for this run

name: Scan Image
on:
push:
branches:
- master
jobs:
scan-image:
runs-on: ubuntu-latest
env:
HTTP_PROXY: http://proxy-server:2222
HTTPS_PROXY: http://proxy-server:2222
NO_PROXY: github.com,api.github.com
#XDG_RUNTIME_DIR: /var/test
steps:
# This step checks out a copy of your repository.
- name: Check out repository
uses: actions/checkout@v4
- name: Scan dummy-vuln-app from registry
id: scan
uses: ./
with:
image-tag: sysdiglabs/dummy-vuln-app:latest
sysdig-secure-token: 1293902d-2376-4ec4-af64-c4605434fb0e
sysdig-secure-url: https://secure.sysdig.com