Skip to content

Commit 93f9b90

Browse files
committed
test: command injection in action
1 parent e653fdd commit 93f9b90

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
branches:
66
- develop
77
- release/*
8+
- chore-harden-runners
89
paths:
910
- ".github/workflows/dockerhub-release-matrix.yml"
1011
- "ansible/vars.yml"
1112
workflow_dispatch:
1213

14+
permissions:
15+
contents: read
16+
1317
jobs:
1418
prepare:
1519
runs-on: ubuntu-latest

ansible/vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ebssurrogate_mode: true
33
async_mode: true
44

55
postgres_major:
6+
- "print hello world"
67
- "15"
78
- "17"
89
- "orioledb-17"

0 commit comments

Comments
 (0)