Skip to content

Instantly share code, notes, and snippets.

View zregvart's full-sized avatar
🙉
Working, probably

Zoran Regvart zregvart

🙉
Working, probably
  • Zagreb, Croatia
  • 18:40 (UTC +02:00)
View GitHub Profile
{
"_type": "https://in-toto.io/Statement/v0.1",
"predicateType": "https://slsa.dev/provenance/v0.2",
"subject": [
{
"name": "quay.io/hacbs-contract-demo/single-container-app",
"digest": {
"sha256": "57f9cdf27ccc397621bba237946dc528b919810ac06c91c0d9cc19f3f5067271"
}
}
[
{
"filename": "./input/input.json",
"namespace": "release.main",
"successes": 0,
"warnings": [
{
"msg": "It just feels like a bad day to do a release",
"metadata": {
"code": "bad_day",
-e Exit immediately if a pipeline (which may consist of a single simple command), a list, or a compound command (see SHELL GRAMMAR above), exits with a non-zero status. The shell does
not exit if the command that fails is part of the command list immediately following a while or until keyword, part of the test following the if or elif reserved words, part of any
command executed in a && or || list except the command following the final && or ||, any command in a pipeline but the last, or if the command's return value is being inverted with !.
If a compound command other than a subshell returns a non-zero status because a command failed while -e was being ignored, the shell does not exit. A trap on ERR, if set, is executed
before the shell exits. This option applies to the shell environment and each subshell environment separately (see COMMAND EXECUTION ENVIRONMENT above), and may cause su
@zregvart
zregvart / log-entry.yaml
Created April 28, 2022 13:59
Rekor log entry
LogID: c0d23d6ad406973f9559f3ba2d1ca01f84147d8ffc5b8445c224f98b9591801d
Index: 2179009
IntegratedTime: 2022-04-28T13:41:30Z
UUID: 3b83e7463ef5e84dae04ae9e26fc0ae976a03e5f00dcdd89ab6ba9de4bef179d
Body: {
"HashedRekordObj": {
"data": {
"hash": {
"algorithm": "sha256",
"value": "0c10e825cdf5487c1a48123bf102a5ec66fc1dfe805d3cf9ddae376a4b3f501b"
$ rekor-cli get --log-index 2178686
LogID: c0d23d6ad406973f9559f3ba2d1ca01f84147d8ffc5b8445c224f98b9591801d
Index: 2178686
IntegratedTime: 2022-04-28T12:59:36Z
UUID: 67ed18a69a5a221f2120daa630f2035b65f4a8b974ce232e4aa9f825ae6a6a17
Body: {
"HashedRekordObj": {
"data": {
"hash": {
"algorithm": "sha256",
IMAGE=default-route-openshift-image-registry.apps-crc.testing/tekton-chains/kaniko-chains
COSIGN_EXPERIMENTAL=1 cosign attest \
--predicate <(jq '{"results": .}' image-fail.json) \
--type https://redhat.com/test/v1 \
--rekor-url https://rekor-server.apps-crc.testing \
--key k8s://tekton-chains/signing-secrets \
$IMAGE
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project dv-server: Compilation failure
[ERROR] /home/zregvart/tmp/syndesis/app/dv/src/main/java/io/syndesis/dv/lsp/completion/providers/items/DdlCompletionItemLoader.java:[16,1] An unhandled exception was thrown by the Error Prone static analysis plugin.
[ERROR] Please report this at https://github.com/google/error-prone/issues/new and include the following:
[ERROR]
[ERROR] error-prone version: 2.3.4
[ERROR] BugPattern: FieldCanBeFinal
[ERROR] Stack Trace:
[ERROR] java.lang.IllegalArgumentException: error: option -source cannot be used together with --release
[ERROR] at jdk.compiler/com.sun.tools.javac.main.Arguments.reportDiag(Arguments.java:891)
[ERROR] at jdk.compiler/com.sun.tools.javac.main.Arguments.lambda$handleReleaseOptions$0(Arguments.java:298)
$ cat tls_request.txt| ncat --no-shutdown --ssl cnp.apps.zregvart.rhmw-integrations.net 443
HTTP/1.1 200 OK
content-length: 12525
Accept-Ranges: none
Expires: -1
P3P: CP="This is not a P3P policy! See g.co/p3phelp for more info."
Server: gws
Set-Cookie: 1P_JAR=2020-04-29-11; expires=Fri, 29-May-2020 11:24:34 GMT; path=/; domain=.google.com; Secure
Set-Cookie: NID=203=iHLbslfmpDaakqtJOhEWLwn3ypUo_O4dTWepfL-KDsyaMlRbZ1YpQy5U5bLMsRu_JHQEdaz9svNsktP_jpnxB5STPCkw0DgA4MYp_m0zWaBeY10WSum2WxIJdi64G1cufjunssA5P-5dEiQ3jSls9WMLoQDegkrsQ8OZxxASQVs; expires=Thu, 29-Oct-2020 11:24:34 GMT; path=/; domain=.google.com; HttpOnly
Vary: Accept-Encoding
From cc2c6da10b87bd240a600e6e64f22cfed62c8556 Mon Sep 17 00:00:00 2001
From: Zoran Regvart <zoran@regvart.com>
Date: Tue, 21 Apr 2020 15:45:26 +0200
Subject: [PATCH] chore: x
---
app/s2i/src/main/docker/Dockerfile | 7 +++--
.../src/test/resources/logback-test.xml | 11 +------
.../SyndesisIntegrationRuntimeContainer.java | 15 ++++++----
.../s2i/SyndesisS2iAssemblyContainer.java | 8 +++--