Skip to content

Commit

Permalink
Removed vulnerability_scan because it doesn't work on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Apr 22, 2024
1 parent 0105578 commit 76d5757
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/shared-publish-to-ios-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@ on:
description: The type of version number to return. Must be one of [Patch, Minor or Major]
required: true
type: string
vulnerability_failure_severity:
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised. Must be one of ['CRITICAL', 'CRITICAL,HIGH' or 'CRITICAL,HIGH,MEDIUM'] (without space in between).
type: string
default: 'CRITICAL,HIGH'
working_dir:
description: The path to the directory for which the version should be determined.
type: string
default: '.'
publish_vulnerabilities:
type: string
default: "true"

env:
REPO: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -50,13 +43,6 @@ jobs:
with:
fetch-depth: 0

- name: Vulnerability Scan
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v2
with:
scan_severity: HIGH,CRITICAL
failure_severity: ${{ inputs.vulnerability_failure_severity }}
publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}

- name: Set version number
id: version
uses: IABTechLab/uid2-shared-actions/actions/version_number@v2
Expand Down

0 comments on commit 76d5757

Please sign in to comment.