Skip to content

Commit a8f3abd

Browse files
committed
tech assert dependecy
1 parent e9877e0 commit a8f3abd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

definitions/output/crawl/pages.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ publish('pages', {
7474
technologies: 'Technologies detected at runtime (see https://www.wappalyzer.com/)',
7575
metadata: 'Additional metadata about the test'
7676
},
77-
tags: ['crawl_complete']
77+
tags: ['crawl_complete'],
78+
dependOnDependencyAssertions: true
7879
}).preOps(ctx => `
7980
DELETE FROM ${ctx.self()}
8081
WHERE date = '${constants.currentMonth}' AND

0 commit comments

Comments
 (0)