Skip to content

refactor(component editor): Use the new data-model class #1067

refactor(component editor): Use the new data-model class

refactor(component editor): Use the new data-model class #1067

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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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@99aff2b8d0c05a649125d1735e54acb3880c2d09 # main