Skip to content

Commit 163dc40

Browse files
author
Sebastian Bauersfeld
committed
update
0 parents  commit 163dc40

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM alpine:latest
2+
RUN apk --no-cache add python3
3+
COPY entrypoint.sh /entrypoint.sh
4+
ENTRYPOINT ["/entrypoint.sh"]

action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Filter Code Scanning paths'
2+
description: 'Filter Code Scanning paths'
3+
inputs:
4+
dir:
5+
description: 'directory to remove'
6+
required: true
7+
runs:
8+
using: 'docker'
9+
image: 'Dockerfile'

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
ls -lah

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy