Skip to content

Commit

Permalink
refactor: File endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkteetje committed Feb 22, 2024
1 parent 0f63fdd commit 2ef6d25
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ helm/
# ignore misc
LICENSE
Makefile
mkdocs.yml
mkdocs.yml
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Fixes #
- [ ] PR follows [Contributing Guide](https://github.com/sse-secure-systems/connaisseur/blob/master/docs/CONTRIBUTING.md)
- [ ] Added tests (if necessary)
- [ ] Extended README/Documentation (if necessary)
- [ ] Adjusted versions of image and Helm chart in `Chart.yaml` (if necessary)
- [ ] Adjusted versions of image and Helm chart in `Chart.yaml` (if necessary)
1 change: 0 additions & 1 deletion .github/actions/context/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,3 @@ runs:
echo "" >> ${GITHUB_STEP_SUMMARY}
echo "Let's start building :rocket:" >> ${GITHUB_STEP_SUMMARY}
shell: bash

1 change: 0 additions & 1 deletion .github/actions/k3s-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ runs:
kubectl wait --for=condition=complete --timeout=300s job/helm-install-traefik -n kube-system || true
kubectl rollout status --watch --timeout 300s deployment/traefik -n kube-system
shell: bash

2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ updates:
groups:
gh-actions-packages:
patterns:
- "*"
- "*"
3 changes: 1 addition & 2 deletions .github/workflows/.reusable-sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
languages: 'go'
- name: Analyze
uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7

golangci-lint:
runs-on: ubuntu-latest
if: |
Expand Down Expand Up @@ -224,4 +224,3 @@ jobs:
uses: ./.github/actions/trivy-config
with:
output: ${{ inputs.output }}

2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Check Cosign cosigned testimage in rekor log
run: DOCKER_CONTENT_TRUST=0 docker pull docker.io/securesystemsengineering/testimage:rekor-cosigned-tl
- name: Check alerting endpoint image
run: DOCKER_CONTENT_TRUST=0 docker pull docker.io/securesystemsengineering/alerting-endpoint
run: DOCKER_CONTENT_TRUST=0 docker pull docker.io/securesystemsengineering/alerting-endpoint
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
cleanup-registry:
uses: ./.github/workflows/.reusable-cleanup-registry.yml
needs: [build]
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ jobs:
needs: [build, version-match, integration-test]
uses: ./.github/workflows/.reusable-docs.yaml
permissions:
contents: write
contents: write

0 comments on commit 2ef6d25

Please sign in to comment.