Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Sanitize code (#344)
Browse files Browse the repository at this point in the history
* Sanitize code

* Upgrade CodeQL

* Update code owners
  • Loading branch information
franklychilled authored Aug 12, 2022
1 parent e866b64 commit 3f312f8
Show file tree
Hide file tree
Showing 38 changed files with 492 additions and 719 deletions.
19 changes: 0 additions & 19 deletions .buildkite/create-aws-secret.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .buildkite/scripts/publish-secret.sh

This file was deleted.

24 changes: 0 additions & 24 deletions .buildkite/scripts/secret-creator.sh

This file was deleted.

6 changes: 0 additions & 6 deletions .buildkite/scripts/tidy-secret.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# See https://help.github.com/en/articles/about-code-owners for more information.

# These owners will be the default owners for everything in the repository.
* @franklychilled
* @franklychilled @andrewHamIress

# Code Owners File
/.github/ @franklychilled
/.github/ @franklychilled @andrewHamIress
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -64,4 +64,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
141 changes: 0 additions & 141 deletions .github/workflows/combine-prs.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,3 @@ jobs:
run: make linter
- name: buildkite/plugin-tester
run: make tester

# - name: tsc
# # You may pin to the exact commit or the version.
# # uses: iCrawl/action-tsc@c3f25c126c7805dbbbcbf6f1db0c3be6f5dac069
# uses: icrawl/action-tsc@v1
# - name: tsc test
# run: make test

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ dist/**/*
# ignore yarn.lock
yarn.lock

reports/**/*
reports
/.cache_ggshield
11 changes: 0 additions & 11 deletions .run/All tests.run.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

5 changes: 1 addition & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 OneIress Laboratory
Copyright (c) 2022 Iress

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,6 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Terms
Privacy
Security
32 changes: 0 additions & 32 deletions aws-secrets/delete-secret.sh

This file was deleted.

16 changes: 0 additions & 16 deletions aws-secrets/docker-compose.yml

This file was deleted.

4 changes: 0 additions & 4 deletions aws-secrets/get-secret.sh

This file was deleted.

21 changes: 0 additions & 21 deletions aws-secrets/makefile

This file was deleted.

Loading

0 comments on commit 3f312f8

Please sign in to comment.