8000 Tags · google/kctf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: google/kctf

Tags

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
operator: add env to config/manager/manager.yaml (#417)

* operator: add env to config/manager/manager.yaml

it not being there causes it to not be present in install.yaml,
which in turn breaks the injection in kctf-cluster

* fix build-installer calls

kctf-operator/dist/ is redundant, so remove it
calling build-installer from the build-operator action is a noop, as it
is not commited later
ideally we'd commit the result, but that'd require a bigger rework of
the image update action

* Automated commit: update images.

v1.8.0

Toggle v1.8.0's commit message
release.yml: add github write permission

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix cmd injection (#402)

* fix cmd injection

see b/289980058

* Automated commit: update images.

v1.7.2

Toggle v1.7.2's commit message
Automated commit: update images.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update activate (#392)

* Update activate

Moved "export KCTF_CTF_DIR" into macOS check to use grealpath instead of realpath which doesn't seem supported.

* Update activate

Moved "export KCTF_CTF_DIR" into macOS check to use grealpath instead of realpath which doesn't seem supported.

* updating activate to include both grealpath and realpath

* updating fix per @sroettger's suggestion

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add --spot flag (#380)

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add --spot flag (#380)

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert back to w/o timeout (#379)

* Revert back to w/o timeout

It turns out that `{timeout: 1500}` sets a timeout for the entire request to finish but throws when it is exceeded. This error would need to get caught and then decided upon what to do which complicates things. 

Changed the order so that page.goto can be awaited but still closed after a timeout.

* Update bot.js

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert to await but add timeout instead. (#377)

Reverts back to await, though if someone is smart they can get `timeout + 1.5` seconds of execution time.

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add confirmation prompt to kctf cluster stop for GKE (#374)

Authored-by: Federico Scrinzi <scrinzi@google.com>
0