Skip to content

fix: manual cherry-pick of #6343 support set some http cookie security configuration #16739

fix: manual cherry-pick of #6343 support set some http cookie security configuration

fix: manual cherry-pick of #6343 support set some http cookie security configuration #16739

Workflow file for this run

# Copyright (c) 2021 Terminus, Inc.
#
# This program is free software: you can use, redistribute, and/or modify
# it under the terms of the GNU Affero General Public License, version 3
# or later ("AGPL"), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
name: License
on:
push:
tags:
- v*
branches:
- develop
- master
- release/*
pull_request:
jobs:
LICENSE-CHECK:
runs-on: ubuntu-latest
container:
image: letmein7788/letmein:golangci-lint
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check Copyright Header
run: make check-copyright