Skip to content

Commit

Permalink
test timed ci run check
Browse files Browse the repository at this point in the history
  • Loading branch information
aldousalvarez committed Nov 28, 2024
1 parent 27a24dd commit 4db4169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ jobs:
--tag cmd-api-server \
--tag "ghcr.io/hyperledger/cactus-cmd-api-server:$(date +"%Y-%m-%dT%H-%M-%S" --utc)-dev-$(git rev-parse --short HEAD)"
- if: ${{ env.RUN_TRIVY_SCAN == 'true' }}
- if: ${{ env.RUN_TRIVY_SCAN == 'true' }} && env.DAY_OF_WEEK == '6' || env.DAY_OF_WEEK == '7' && env.CURRENT_HOUR == '10'

Check failure on line 496 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / ActionLint / Lint_GitHub_Actions

if: condition "${{ env.RUN_TRIVY_SCAN == 'true' }} && env.DAY_OF_WEEK == '6' || env.DAY_OF_WEEK == '7' && env.CURRENT_HOUR == '10'" is always evaluated to true because extra characters are around ${{ }}
name: Run Trivy vulnerability scan for cmd-api-server
uses: aquasecurity/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"google-protobuf": "3.21.4",
"grpc-tools": "1.12.4",
"grpc_tools_node_protoc_ts": "5.3.3",
"http-status-codes": "2.1.4",
"http-status-codes": "2.3.0",
"protobufjs": "7.4.0",
"tsx": "4.16.2"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9521,7 +9521,7 @@ __metadata:
google-protobuf: "npm:3.21.4"
grpc-tools: "npm:1.12.4"
grpc_tools_node_protoc_ts: "npm:5.3.3"
http-status-codes: "npm:2.1.4"
http-status-codes: "npm:2.3.0"
jose: "npm:4.15.5"
json-stable-stringify: "npm:1.0.2"
lmify: "npm:0.3.0"
Expand Down

0 comments on commit 4db4169

Please sign in to comment.