Skip to content

Update test-with-docker.yml #12

Update test-with-docker.yml

Update test-with-docker.yml #12

Workflow file for this run

name: VirusTotal Scan
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Go
uses: actions/setup-go@v3
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: sos-secure-standalone-server.ps1
- name: Calculate SHA-256 Hashes
run: find . -type f -print0 | xargs -0 sha256sum | awk '{print $1}'