Skip to content

Commit

Permalink
Merge pull request #1290 from snyk/chore/remove-irrelevant-comment
Browse files Browse the repository at this point in the history
chore: remove irrelevant comment
  • Loading branch information
orkamara committed Jul 30, 2020
2 parents 1f44fb9 + 7d8dccc commit 11155ec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/acceptance/fake-server.ts
Expand Up @@ -146,17 +146,6 @@ export function fakeServer(root, apikey) {
return next();
}

// const cloudConfigResults = [{
// id: 'SNYK-CC-K8S-1',
// title: 'Reducing the admission of containers with dropped capabilities',
// description: 'The requiredDropCapabilities property (as part of the Pod Security Policy) provides a whitelist of capabilities that must be dropped from containers (https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities). These capabilities are removed from the default set, and must not be added. It’s recommended to drop all the capabilities (using ALL), or at least to drop NET_RAW (which allows a process to spy on packets on its network / to inject data onto the network).',
// cloudConfigPath: ['[DocId: 2]','input','spec','requiredDropCapabilities'],
// severity: 'high',
// isIgnored: false,
// type: 'k8s',
// subType: 'Deployment',
// }];

res.send({
result: {
projectType: 'k8sconfig',
Expand Down

0 comments on commit 11155ec

Please sign in to comment.