Skip to content

Feat: Add FsGuard module #16

Feat: Add FsGuard module

Feat: Add FsGuard module #16

Workflow file for this run

name: Vib PR
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.0-1'
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/core:validation .
- uses: actions/upload-artifact@v4
with:
name: Containerfile
path: Containerfile