Skip to content

Commit fc177ac

Browse files
committed
fix: standardize quotes for trivy-version and task-install in workflow files
1 parent 9c29e95 commit fc177ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/golang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
security-trivyignore: ""
1717
- testing-type: security-trivy
1818
security-trivyignore: ""
19-
trivy-version: "v0.69.2"
19+
trivy-version: v0.69.2
2020
runs-on: ubuntu-24.04
2121
env:
2222
TASK_X_REMOTE_TASKFILES: 1
@@ -25,6 +25,6 @@ jobs:
2525
- uses: ./
2626
with:
2727
security-trivyignore: ${{ matrix.args.security-trivyignore }}
28-
task-install: yes
28+
task-install: "yes"
2929
testing-type: ${{ matrix.args.testing-type }}
3030
trivy-version: ${{ matrix.args.trivy-version }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ inputs:
6969
description: |
7070
Whether to ignore certain Trivy vulnerabilities or not.
7171
task-install:
72-
default: no
72+
default: "no"
7373
description: |
7474
Whether Task should be installed.
7575
task-version:

0 commit comments

Comments
 (0)