Skip to content

Commit 48e0e1b

Browse files
authored
Merge pull request #35 from IABTechLab/gdm-UID2-3154-secret-scanning
Removed pre-commit and trivy-secret.yaml
2 parents d019440 + 5bc7dbb commit 48e0e1b

File tree

5 files changed

+15
-230
lines changed

5 files changed

+15
-230
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- Patch
1313
publish_vulnerabilities:
1414
type: string
15-
default: true
15+
default: "true"
1616
vulnerability_failure_severity:
1717
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).
1818
type: string
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Build and Test
2+
on: [pull_request, push, workflow_dispatch]
3+
4+
jobs:
5+
build:
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
7+
secrets: inherit
8+
with:
9+
vulnerability_scan_only: true

.pre-commit-config.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.trivyignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# List any vulnerability that are to be accepted
2+
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
3+
# for more details
4+
# e.g.
5+
# CVE-2022-3996

trivy-secret.yaml

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)