We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9877e0 commit a8f3abdCopy full SHA for a8f3abd
definitions/output/crawl/pages.js
@@ -74,7 +74,8 @@ publish('pages', {
74
technologies: 'Technologies detected at runtime (see https://www.wappalyzer.com/)',
75
metadata: 'Additional metadata about the test'
76
},
77
- tags: ['crawl_complete']
+ tags: ['crawl_complete'],
78
+ dependOnDependencyAssertions: true
79
}).preOps(ctx => `
80
DELETE FROM ${ctx.self()}
81
WHERE date = '${constants.currentMonth}' AND
0 commit comments