Skip to content

Commit

Permalink
feat: remove virustotal
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed Jan 11, 2024
1 parent 7e6a5a9 commit 7c1357a
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ on:
AWS_SECRET_ACCESS_KEY:
description: AWS secret access key
required: true
VT_API_KEY:
description: Virustotal api key
required: true
OTHER_TA_REQUIRED_CONFIGS:
description: other required configs
required: true
Expand Down Expand Up @@ -721,24 +718,6 @@ jobs:
with:
version: ${{ steps.BuildVersion.outputs.VERSION }}

security-virustotal:
continue-on-error: true
name: security-virustotal
needs: build
if: ${{ !cancelled() && needs.build.result == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: package-splunkbase
path: build/package/
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
build/package/*
run-requirements-unit-tests:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -848,9 +827,8 @@ jobs:
artifact-registry:
runs-on: ubuntu-latest
needs:
- security-virustotal
- meta
if: ${{ !cancelled() && needs.security-virustotal.result == 'success' && needs.meta.result == 'success' }}
if: ${{ !cancelled() && needs.meta.result == 'success' }}
outputs:
artifact: ${{ steps.artifactid.outputs.result }}
permissions:
Expand Down Expand Up @@ -2682,7 +2660,6 @@ jobs:
- review_secrets
- semgrep
- build
- security-virustotal
- test-inventory
- run-unit-tests
- appinspect
Expand Down

0 comments on commit 7c1357a

Please sign in to comment.