Skip to content
Snippets Groups Projects
Commit 03e32033 authored by Alex's avatar Alex
Browse files

Update populate to use correct expected file

parent a58e09ee
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5260 passed
......@@ -59,6 +59,7 @@ build:release:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t gitlab.cylab.be:8081/cylab/mark-web:$CI_COMMIT_REF_SLUG .
- docker tag gitlab.cylab.be:8081/cylab/mark-web:$CI_COMMIT_REF_SLUG gitlab.cylab.be:8081/cylab/mark-web:latest
- docker push gitlab.cylab.be:8081/cylab/mark-web:$CI_COMMIT_REF_SLUG
- docker push gitlab.cylab.be:8081/cylab/mark-web:latest
build:tagged:
......
......@@ -128,7 +128,7 @@ class FeedbackController extends Controller
private function addFeedbackInDatabase($element)
{
set_time_limit(60);
$file = fopen('./../webshell_expected_small.csv', 'r');
$file = fopen('./../webshell_expected.csv', 'r');
$feedback = new Feedback();
$feedback->report_id = $element->id;
$i = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment