Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Oct 21, 2023
1 parent ea3cf53 commit 55c9b69
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Test - Debug"
on:
workflow_dispatch:
inputs:
debug_script:
type: "string"
description: "{ScriptBlock}"
required: true
jobs:
main:
name: "Main"
runs-on: "ubuntu-latest"
steps:
- name: "List Docker Image"
run: |
docker image ls --all --digests --no-trunc
- name: "Scan Repository"
uses: "hugoalh/scan-virus-ghaction/_build/clamav@main"
with:
debug_script: "${{inputs.debug_script}}"

0 comments on commit 55c9b69

Please sign in to comment.