From 5b0339d068aa44f5103ad09c65bb713df8266299 Mon Sep 17 00:00:00 2001 From: Nicky Bondarenko Date: Wed, 9 Aug 2023 17:10:50 +0200 Subject: [PATCH] cleanup unnecessary files Signed-off-by: Nicky Bondarenko --- .github/workflows/release.yaml | 54 ---------------------------------- OpenFeature/jitpack.yaml | 2 -- SECURITY.md | 9 ------ 3 files changed, 65 deletions(-) delete mode 100644 .github/workflows/release.yaml delete mode 100644 OpenFeature/jitpack.yaml delete mode 100644 SECURITY.md diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml deleted file mode 100644 index 251d59e..0000000 --- a/.github/workflows/release.yaml +++ /dev/null @@ -1,54 +0,0 @@ -name: Release -on: - push: - tags: - - 'v*' - -jobs: - publish: - name: Release Openfeature SDK - runs-on: ubuntu-latest - - steps: - - name: Cache Gradle and wrapper - uses: actions/cache@v2 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} - restore-keys: | - ${{ runner.os }}-gradle- - - - uses: actions/checkout@v1 - - - name: Set up JDK 12 - uses: actions/setup-java@v1 - with: - java-version: 12 - - - name: Grant Permission for Gradlew to Execute - run: chmod +x gradlew - - - name: Build AAR ⚙️🛠 - run: bash ./gradlew :openfeature:assemble - - name: Create Release ✅ - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.TOKEN_PUBLISH }} - with: - tag_name: ${{ github.ref }} - release_name: ${{ github.ref }} - draft: true - prerelease: false - - - name: Upload Openfeature SDK AAR 🗳 - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.TOKEN_PUBLISH }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: OpenFeature/build/outputs/aar/OpenFeature-release.aar - asset_name: openfeature-sdk.aar - asset_content_type: application/aar \ No newline at end of file diff --git a/OpenFeature/jitpack.yaml b/OpenFeature/jitpack.yaml deleted file mode 100644 index 46c8529..0000000 --- a/OpenFeature/jitpack.yaml +++ /dev/null @@ -1,2 +0,0 @@ -jdk: - - openjdk11 \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index ee3dbe0..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,9 +0,0 @@ -# Security Policy - -We're big believers in protecting your privacy and security. As a company, we not only have a vested interest, but also a deep desire to see the Internet remain as safe as possible for us all. - -So, needless to say, we take security issues very seriously. - -In our opinion, the practice of 'responsible disclosure' is the best way to safeguard the Internet. It allows individuals to notify companies like Spotify of any security threats before going public with the information. This gives us a fighting chance to resolve the problem before the criminally-minded become aware of it. - -Responsible disclosure is the industry best practice, and we recommend it as a procedure to anyone researching security vulnerabilities. \ No newline at end of file