Skip to content

Commit e45de14

Browse files
committed
adjustments
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent aa2b540 commit e45de14

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/find-vulnerabilities.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- uses: ./
2929
with:
3030
pipelines: "scan_codebase,find_vulnerabilities"
31-
scancodeio-repo-branch: "main"
3231
check-compliance: true
3332
compliance-fail-on-vulnerabilities: true
3433
env:

.github/workflows/run-android-deploy-to-develop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222

2323
- uses: ./
2424
with:
25-
scancodeio-repo-branch: "main"
2625
scancodeio-extras: "android_analysis"
2726
pipelines: "android_d2d"
2827
input-urls:

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
default: "false"
4040
scancodeio-image:
4141
description: "ScanCode.io Docker image to use."
42-
default: "ghcr.io/aboutcode-org/scancode.io:sha256-057627791ae2748b9ce980b0bd21bd6b521c77b7b2e24c074ef7ba98119a611f"
42+
default: "ghcr.io/aboutcode-org/scancode.io@sha256:057627791ae2748b9ce980b0bd21bd6b521c77b7b2e24c074ef7ba98119a611f"
4343

4444
runs:
4545
using: "composite"
@@ -71,7 +71,7 @@ runs:
7171
fi
7272
7373
# Pipeline names: alphanumeric, underscores, commas
74-
if [[ ! "$INPUT_PIPELINES" =~ ^[a-zA-Z0-9_,[:space:]]+$ ]]; then
74+
if [[ ! "$INPUT_PIPELINES" =~ ^[a-zA-Z0-9_,:[:space:]]+$ ]]; then
7575
echo "::error::Invalid pipelines value: $INPUT_PIPELINES"
7676
exit 1
7777
fi

0 commit comments

Comments
 (0)