Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

fix: set umask value even if /etc/login.defs did not set it before (#… #8

fix: set umask value even if /etc/login.defs did not set it before (#…

fix: set umask value even if /etc/login.defs did not set it before (#… #8

Workflow file for this run

name: STIG compliance
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [ kvm, aws, azure, ali, gcp, metal ]
steps:
- uses: actions/checkout@v4
# Workaround for crun version, cf https://github.com/gardenlinux/gardenlinux/pull/1982
- uses: ./.github/actions/setup
- name: Build the image
run: ./build ${{ matrix.platform}}-stig
- name: Upload build logs
uses: actions/upload-artifact@v4
with:
name: STIG-${{ matrix.platform}}-logs
path: .build/*log