From c5dc00fea1cb51756f9c5da8db577e0b6cb75aeb Mon Sep 17 00:00:00 2001 From: Ozan Gulle Date: Thu, 16 Jan 2025 23:15:40 +0100 Subject: [PATCH] chore: delete clj-watson action --- .github/workflows/clj-watson.yml | 54 -------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 .github/workflows/clj-watson.yml diff --git a/.github/workflows/clj-watson.yml b/.github/workflows/clj-watson.yml deleted file mode 100644 index 97aecd6..0000000 --- a/.github/workflows/clj-watson.yml +++ /dev/null @@ -1,54 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# clj-watson scans dependencies in a clojure deps.edn -# seeking for vulnerable direct/transitive dependencies and -# build a report with all the information needed to help you -# understand how the vulnerability manifest in your software. -# More details at https://github.com/clj-holmes/clj-watson - -name: clj-watson - -on: - push: - branches: [ "master" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] - schedule: - - cron: '20 7 * * 6' - -permissions: - contents: read - -jobs: - clj-holmes: - name: Run clj-watson scanning - runs-on: ubuntu-latest - permissions: - contents: read - security-events: write - actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Dependency scan - uses: clj-holmes/clj-watson-action@39b8ed306f2c125860cf6e69b6939363689f998c - with: - clj-watson-sha: "65d928c" - clj-watson-tag: "v4.0.1" - database-strategy: github-advisory - aliases: clojure-lsp,test - deps-edn-path: deps.edn - suggest-fix: true - output-type: sarif - output-file: clj-watson-results.sarif - fail-on-result: false - - - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: ${{github.workspace}}/clj-watson-results.sarif - wait-for-processing: true \ No newline at end of file