Skip to content

Commit

Permalink
Sync releng from latest templates (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
asutosh committed May 2, 2023
1 parent 3f521ca commit fa29486
Show file tree
Hide file tree
Showing 13 changed files with 711 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

version: 2
updates:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/del-env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

name: Retiring dev env

Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Thu Mar 23 17:02:32 UTC 2023
# Generated on: Fri Apr 28 10:48:32 UTC 2023


# Distribution channels covered by this workflow
Expand Down Expand Up @@ -223,6 +223,15 @@ jobs:
--title 'Failed to add new build for CD' \
--title-link 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'
sbom:
needs: ci
uses: TykTechnologies/github-actions/.github/workflows/sbom.yaml@main
secrets:
TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }}
DEPDASH_URL: ${{ secrets.DEPDASH_URL }}
DEPDASH_KEY: ${{ secrets.DEPDASH_KEY }}
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }}

upgrade-deb:
if: startsWith(github.ref, 'refs/tags') && !github.event.pull_request.draft
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.std
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Thu Mar 23 17:02:32 UTC 2023
# Generated on: Fri Apr 28 10:48:32 UTC 2023

FROM debian:bullseye-slim
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion ci/aws/byol.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

packer {
required_plugins {
Expand Down
2 changes: 1 addition & 1 deletion ci/goreleaser/goreleaser-el7.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

# Check the documentation at http://goreleaser.com
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
Expand Down
5 changes: 2 additions & 3 deletions ci/goreleaser/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

# Check the documentation at http://goreleaser.com
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
Expand Down Expand Up @@ -73,8 +73,7 @@ nfpms:
vendor: "Tyk Technologies Ltd"
homepage: "https://tyk.io"
maintainer: "Tyk <info@tyk.io>"
description: Bridge between various Identity Management systems and Tyk API Gateway

description: Tyk Authentication Proxy for third-party login
package_name: tyk-identity-broker
builds:
- std
Expand Down
689 changes: 689 additions & 0 deletions ci/imageScan/unified.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ci/install/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

echo "Creating user and group..."
GROUPNAME="tyk"
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

# If "True" the install directory ownership will be changed to "tyk:tyk"
change_ownership="True"
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_remove.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023


cleanRemove() {
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_trans.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023

if command -V systemctl >/dev/null 2>&1; then
if [ ! -f /lib/systemd/system/tyk-identity-broker.service ]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/terraform/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Wed Dec 14 23:55:32 UTC 2022
# Generated on: Fri Apr 28 10:48:32 UTC 2023



Expand Down

0 comments on commit fa29486

Please sign in to comment.