Skip to content

Removed xf86-video-vmware as it's been dropped: #6489

Removed xf86-video-vmware as it's been dropped:

Removed xf86-video-vmware as it's been dropped: #6489

Workflow file for this run

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