Skip to content

Commit

Permalink
Combining SSH and Security Baseline policy MOF manifests (draft) and …
Browse files Browse the repository at this point in the history
…temporarily reducing the test recipe for the later module (#628)
  • Loading branch information
MariusNi authored Feb 28, 2024
1 parent b2d6819 commit efadf22
Show file tree
Hide file tree
Showing 4 changed files with 2,806 additions and 2,446 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/module-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
target:
[
{ os: ubuntu, version: 20.04, package-type: DEB, excluded-tests: "SecurityBaseline|Sample" },
{ os: ubuntu, version: 22.04, package-type: DEB, excluded-tests: "SecurityBaseline|Sample" },
{ os: debian, version: 10, package-type: DEB, excluded-tests: "SecurityBaseline|Sample" },
{ os: debian, version: 11, package-type: DEB, excluded-tests: "SecurityBaseline|Sample" },
{ os: mariner, version: 2, package-type: RPM, excluded-tests: "Pmc|SecurityBaseline|Sample" },
{ os: ubuntu, version: 20.04, package-type: DEB, excluded-tests: "Sample" },
{ os: ubuntu, version: 22.04, package-type: DEB, excluded-tests: "Sample" },
{ os: debian, version: 10, package-type: DEB, excluded-tests: "Sample" },
{ os: debian, version: 11, package-type: DEB, excluded-tests: "Sample" },
{ os: mariner, version: 2, package-type: RPM, excluded-tests: "Pmc|Sample" },
]
arch: [amd64]
with:
Expand Down
Loading

0 comments on commit efadf22

Please sign in to comment.