Skip to content

Commit

Permalink
update worklfolws
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 25, 2023
1 parent 2a1dd2c commit 06b560a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
fetch-depth: 0
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jeroenwillemsen/wrongsecrets:1.7.1-no-vault
ARG argBasedVersion="1.7.1RC4-no-vault"
ARG argBasedVersion="1.7.1-no-vault"
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
ARG CTF_ENABLED=false
ARG HINTS_ENABLED=true
Expand Down

0 comments on commit 06b560a

Please sign in to comment.