Skip to content

Commit d0b696e

Browse files
Cleanup
1 parent b7419f3 commit d0b696e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/app-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker
1+
name: Docker-vulnerable-App
22

33
# This workflow uses actions that are not certified by GitHub.
44
# They are provided by a third-party and are governed by

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ on:
1010
- cron: '16 18 * * *'
1111
push:
1212
branches: [main]
13+
paths-ignore:
14+
- 'vulnerable-tomcat/**'
1315
paths:
1416
- '!vulnerable-tomcat/**'
1517
- '!README.md'
18+
- 'poc.py'
19+
- 'Dockerfile'
20+
- 'requirements.txt'
1621
# Publish semver tags as releases.
1722
tags: ['v*.*.*']
1823
pull_request:

0 commit comments

Comments
 (0)