We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf6d0f commit 0094099Copy full SHA for 0094099
test/unit/deployment-files.test.ts
@@ -16,7 +16,7 @@ import {
16
tap.test('ensure the security properties of the deployment files are unchanged', async (t) => {
17
t.same(snykConfig.IMAGE_STORAGE_ROOT, '/var/tmp', 'the snyk-monitor points to the correct mounted path');
18
19
- const deploymentFiles = ['./snyk-monitor/templates/deployment.yaml', './snyk-monitor-deployment.yaml'];
+ const deploymentFiles = ['./snyk-monitor-deployment.yaml'];
20
21
for (const filePath of deploymentFiles) {
22
const fileContent = readFileSync(filePath, 'utf8');
0 commit comments