Skip to content

feat(tempcal IMU): Move the tempcal IMU feature to a plugin #1724

feat(tempcal IMU): Move the tempcal IMU feature to a plugin

feat(tempcal IMU): Move the tempcal IMU feature to a plugin #1724

Workflow file for this run

name: gitavscan
on:
push:
paths:
- '**/*.py' # Watch for changes in any Python files
release:
types: [published]
permissions:
contents: read # Default limited permission
jobs:
gitavscan:
runs-on: ubuntu-latest
name: AV scan
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup ClamAV configuration
run: |
sudo mkdir -p /etc/clamav
echo 'TCPSocket 3310
TCPAddr 127.0.0.1
LocalSocket /var/run/clamav/clamd.sock
User clamav
LogFile /var/log/clamav/clamav.log
LogTime yes
LogVerbose yes
PidFile /var/run/clamav/clamd.pid' | sudo tee /etc/clamav/clamd.conf
sudo chmod 644 /etc/clamav/clamd.conf
- name: Git AV Scan
uses: djdefi/gitavscan@16799b1ba54f14468d5fab282d52c42adb8af2be # main