Skip to content

Commit

Permalink
🧹 remove computed fields from test bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Oct 30, 2023
1 parent 767fca3 commit 66132ef
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions policy/testdata/policybundle-deps.mql.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
owner_mrn: //captain.api.mondoo.app/spaces/adoring-moore-542492
policies:
- computed_filters: platform.name == "debian"
mrn: //assets.api.mondoo.app/spaces/adoring-moore-542492/assets/1dKBiOi5lkI2ov48plcowIy8WEl
- mrn: //assets.api.mondoo.app/spaces/adoring-moore-542492/assets/1dKBiOi5lkI2ov48plcowIy8WEl
version: 1.0.0
license: unspecified
groups:
- policies:
- mrn: //captain.api.mondoo.app/spaces/adoring-moore-542492
- computed_filters: platform.name == "debian"
owner_mrn: //captain.api.mondoo.app/spaces/adoring-moore-542492
- owner_mrn: //captain.api.mondoo.app/spaces/adoring-moore-542492
mrn: //captain.api.mondoo.app/spaces/adoring-moore-542492
version: 1.0.0
license: unspecified
Expand All @@ -34,15 +32,9 @@ queries:
- mrn: //policy.api.mondoo.app/queries/1.1.1.1-mounting-freevxfs-filesystems-disabled
title: Ensure mounting of freevxfs filesystems is disabled
mql: kernel.module("freevxfs").loaded == false
checksum: fBXqmapUNqQ=
type: "\x04"
- mrn: //policy.api.mondoo.app/queries/1.1.1.2-mounting-jffs2-filesystems-disabled
title: Ensure mounting of jffs2 filesystems is disabled
mql: kernel.module("jffs2").loaded == false
checksum: GMagrYUwv1Q=
type: "\x04"
- mrn: //policy.api.mondoo.app/queries/1.1.1.3-mounting-hfs-filesystems-disabled
title: Ensure mounting of hfs filesystems is disabled
mql: kernel.module("hfs").loaded == false
checksum: hW3ShMH1Gg8=
type: "\x04"

0 comments on commit 66132ef

Please sign in to comment.