Skip to content

Commit

Permalink
Dagda works fine again
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasgranderubio committed Jul 27, 2021
1 parent a32e95a commit 22ccf70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Dagda
[![Build Status](https://travis-ci.org/eliasgranderubio/dagda.svg?branch=master)](https://travis-ci.org/eliasgranderubio/dagda)
[![Coverage Status](https://coveralls.io/repos/github/eliasgranderubio/dagda/badge.svg?branch=master)](https://coveralls.io/github/eliasgranderubio/dagda?branch=master)
[![Python](https://img.shields.io/badge/python-3.8-blue.svg)](https://github.com/eliasgranderubio/dagda)
[![Docker Pulls](https://img.shields.io/docker/pulls/3grander/dagda.svg)](https://hub.docker.com/r/3grander/dagda/)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/eliasgranderubio/dagda)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Feliasgranderubio%2Fdagda.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Feliasgranderubio%2Fdagda?ref=badge_shield)

**Dagda** is a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities.

Expand Down Expand Up @@ -863,7 +860,3 @@ See the [Change Log](https://github.com/eliasgranderubio/dagda/wiki/Change-Log)

## Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/eliasgranderubio/dagda/issues) or ping me on Twitter (@3grander).


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Feliasgranderubio%2Fdagda.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Feliasgranderubio%2Fdagda?ref=badge_large)
4 changes: 3 additions & 1 deletion dagda/analysis/runtime/sysdig_falco_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ def run(self):
SysdigFalcoMonitor._falco_output_filename +
self.falco_rules)

# Wait 3 seconds for sysdig/falco start up and creates the output file
if not os.path.isfile(SysdigFalcoMonitor._falco_output_filename):
os.mknod(SysdigFalcoMonitor._falco_output_filename)
# Wait 3 seconds for sysdig/falco start up
time.sleep(3)

# Check output file and running docker container
Expand Down

0 comments on commit 22ccf70

Please sign in to comment.