Skip to content

Refactor _add_grub_bootloader() installation #3005

Refactor _add_grub_bootloader() installation

Refactor _add_grub_bootloader() installation #3005

Workflow file for this run

on: [ push, pull_request ]
name: Bandit security checkup
jobs:
flake8:
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- run: pacman --noconfirm -Syu bandit
- name: Security checkup with Bandit
run: bandit -r archinstall || exit 0