diff --git a/.github/workflows/pr-extra.yml b/.github/workflows/pr-extra.yml deleted file mode 100644 index aed74c1..0000000 --- a/.github/workflows/pr-extra.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Extra -on: - push: - tags: - - v* - branches: - - main - pull_request: -jobs: - vulns: - name: Vulnerability scanner - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - - name: Run go list - run: go list -json -m all > go.list - - name: Nancy - uses: sonatype-nexus-community/nancy-github-action@v1.0.3