We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7419f3 commit d0b696eCopy full SHA for d0b696e
.github/workflows/app-docker-publish.yml
@@ -1,4 +1,4 @@
1
-name: Docker
+name: Docker-vulnerable-App
2
3
# This workflow uses actions that are not certified by GitHub.
4
# They are provided by a third-party and are governed by
.github/workflows/docker-publish.yml
@@ -10,9 +10,14 @@ on:
10
- cron: '16 18 * * *'
11
push:
12
branches: [main]
13
+ paths-ignore:
14
+ - 'vulnerable-tomcat/**'
15
paths:
16
- '!vulnerable-tomcat/**'
17
- '!README.md'
18
+ - 'poc.py'
19
+ - 'Dockerfile'
20
+ - 'requirements.txt'
21
# Publish semver tags as releases.
22
tags: ['v*.*.*']
23
pull_request:
0 commit comments