Skip to content

Commit f7b2583

Browse files
committed
dbg CI docker
1 parent e845b4b commit f7b2583

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: sleep 30
3333

3434
- name: Test the application
35-
run: curl -k curl -k https://127.0.0.1:3000/swagger/
35+
run: curl -k https://127.0.0.1:3000/swagger/

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,14 @@ FodyWeavers.xsd
398398
*.sln.iml
399399

400400
# Tests and logs files
401+
**/Logs/
401402
Logs.html
402403
*_logfile.txt
403404
*_logfile.json
404-
pocXSS.svg
405405
NewEmployees.txt
406-
407-
# UNDO file
408-
409406
UNDO.md
407+
408+
# Exploit files
410409
Update.txt
411410
Update.svg
411+
pocXSS.svg

0 commit comments

Comments
 (0)